Html Css Color HEX #CC9459 Whiskey Sour

📋 copy color: '#CC9459'

red 204 ◦ green 148 ◦ blue 89

#CC9459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #CC9459

Tints of Whiskey Sour #CC9459

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 89 (35.16% from 255) = 20.18%

R = 46.26%
G = 33.56%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC9459 (or 0xCC9459) is known color: Whiskey Sour. HEX triplet: CC, 94 and 59. RGB value is (204,148,89). Sum of RGB (Red+Green+Blue) = 204+148+89=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9459 is #336BA6. Grayscale: #9E9E9E. Windows color (decimal): -3369895 or 5870796. OLE color: 5870796.

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

Color convert

RGB 204 148 89 -
CMYK 0 0.27 0.56 0.2
HSL 30.78º 0.53% 0.57% -
HSV(B) 30.78º 0.56% 0.8% -
XYZ 37.29 34.74 14.19 -
YUV 158.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 204 148 89 0 0.27 0.56 0.2 30.78 0.53 0.57
Hex CC 94 59 0 1B 38 14 1F 35 39
Octal 314 224 131 0 33 70 24 37 65 71
Binary 11001100 10010100 1011001 0 11011 111000 10100 11111 110101 111001

Color Harmonies of #CC9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9459

Black with #CC9459

Text Example


Text Example

White with #CC9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9459; }

 p { color: rgb(204,148,89); }

 H1.HeaderClassName
 {
   color: #CC9459;
 }
 .AnyTagClassName
 {
   color: #CC9459;
 }
</style>

background-color css

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

 a { background-color: rgb(204,148,89); }

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

border-color css

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

 span { border-color: rgb(204,148,89); }

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