Html Css Color HEX #CC8855 Whiskey Sour

📋 copy color: '#CC8855'

red 204 ◦ green 136 ◦ blue 85

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

Shades of Whiskey Sour #CC8855

Tints of Whiskey Sour #CC8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

 BLUE value IS 85 (33.59% from 255) = 20%

R = 48%
G = 32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8855 (or 0xCC8855) is known color: Whiskey Sour. HEX triplet: CC, 88 and 55. RGB value is (204,136,85). Sum of RGB (Red+Green+Blue) = 204+136+85=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8855 is #3377AA. Grayscale: #969696. Windows color (decimal): -3372971 or 5605580. OLE color: 5605580.

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

Color convert

RGB 204 136 85 -
CMYK 0 0.33 0.58 0.2
HSL 25.71º 0.54% 0.57% -
HSV(B) 25.71º 0.58% 0.8% -
XYZ 35.35 31.1 12.73 -
YUV 150.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 204 136 85 0 0.33 0.58 0.2 25.71 0.54 0.57
Hex CC 88 55 0 21 3A 14 1A 36 39
Octal 314 210 125 0 41 72 24 32 66 71
Binary 11001100 10001000 1010101 0 100001 111010 10100 11010 110110 111001

Color Harmonies of #CC8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8855

Black with #CC8855

Text Example


Text Example

White with #CC8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8855; }

 p { color: rgb(204,136,85); }

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

background-color css

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

 a { background-color: rgb(204,136,85); }

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

border-color css

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

 span { border-color: rgb(204,136,85); }

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