Html Css Color HEX #CC8B55 Whiskey Sour

📋 copy color: '#CC8B55'

red 204 ◦ green 139 ◦ blue 85

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

Shades of Whiskey Sour #CC8B55

Tints of Whiskey Sour #CC8B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.48%

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

R = 47.66%
G = 32.48%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8B55 (or 0xCC8B55) is known color: Whiskey Sour. HEX triplet: CC, 8B and 55. RGB value is (204,139,85). Sum of RGB (Red+Green+Blue) = 204+139+85=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B55 is #3374AA. Grayscale: #989898. Windows color (decimal): -3372203 or 5606348. OLE color: 5606348.

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

Color convert

RGB 204 139 85 -
CMYK 0 0.32 0.58 0.2
HSL 27.23º 0.54% 0.57% -
HSV(B) 27.23º 0.58% 0.8% -
XYZ 35.77 31.96 12.88 -
YUV 152.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 204 139 85 0 0.32 0.58 0.2 27.23 0.54 0.57
Hex CC 8B 55 0 20 3A 14 1B 36 39
Octal 314 213 125 0 40 72 24 33 66 71
Binary 11001100 10001011 1010101 0 100000 111010 10100 11011 110110 111001

Color Harmonies of #CC8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B55

Black with #CC8B55

Text Example


Text Example

White with #CC8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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