Html Css Color HEX #CC8759 Whiskey Sour

📋 copy color: '#CC8759'

red 204 ◦ green 135 ◦ blue 89

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

Shades of Whiskey Sour #CC8759

Tints of Whiskey Sour #CC8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 47.66%
G = 31.54%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC8759 (or 0xCC8759) is known color: Whiskey Sour. HEX triplet: CC, 87 and 59. RGB value is (204,135,89). Sum of RGB (Red+Green+Blue) = 204+135+89=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8759 is #3378A6. Grayscale: #969696. Windows color (decimal): -3373223 or 5867468. OLE color: 5867468.

HSL color Cylindrical-coordinate representation of color #CC8759: hue angle of 24º 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 #CC8759 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 89 -
CMYK 0 0.34 0.56 0.2
HSL 24º 0.53% 0.57% -
HSV(B) 24º 0.56% 0.8% -
XYZ 35.37 30.89 13.55 -
YUV 150.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 204 135 89 0 0.34 0.56 0.2 24 0.53 0.57
Hex CC 87 59 0 22 38 14 18 35 39
Octal 314 207 131 0 42 70 24 30 65 71
Binary 11001100 10000111 1011001 0 100010 111000 10100 11000 110101 111001

Color Harmonies of #CC8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8759

Black with #CC8759

Text Example


Text Example

White with #CC8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8759; }

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

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

background-color css

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

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

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

border-color css

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

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

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