#CD975B

Color #CD975B Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CD975B

Tints of Whiskey Sour #CD975B

Color information

#CD975B (or 0xCD975B) is unknown color: approx Whiskey Sour. HEX triplet: CD, 97 and 5B. RGB value is (205,151,91). Sum of RGB (Red+Green+Blue) = 205+151+91=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD975B is #3268A4. Grayscale: #A0A0A0. Windows color (decimal): -3303589 or 6002637. OLE color: 6002637.

HSL color Cylindrical-coordinate representation of color #CD975B: hue angle of 31.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD975B is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20515191-
CMYK00.260.560.20
HSL31.58º53.27%58.04%-
HSV(B)31.58º55.61%80.39%-
XYZ38.1335.8714.81-
YUV160.3188.89159.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=45.86%
G=33.78%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051519100.260.560.2031.5853.2758.04
HexCD975B01A381420353a
Octal3152271330327024406572
Binary1100110110010111101101101101011100010100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD975B; }

 p { color: rgb(205,151,91); }

 H1.HeaderClassName
 {
   color: #CD975B;
 }
 .AnyTagClassName
 {
   color: #CD975B;
 }
</style>
background-color css

<style>
 a { background-color: #CD975B; }

 a { background-color: rgb(205,151,91); }

 div.DivClassName
 {
   background-color: #CD975B;
 }
 .BgClassName
 {
   background-color: #CD975B;
 }
</style>
border-color css

<style>
 span { border-color: #CD975B; }

 span { border-color: rgb(205,151,91); }

 td.TdClassName
 {
   border-color: #CD975B;
 }
 .TagClassName
 {
   border-color: #CD975B;
 }
</style>