Html Css Color HEX #CC8C55 Whiskey Sour

📋 copy color: '#CC8C55'

red 204 ◦ green 140 ◦ blue 85

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

Shades of Whiskey Sour #CC8C55

Tints of Whiskey Sour #CC8C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 47.55%
G = 32.63%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8C55 (or 0xCC8C55) is known color: Whiskey Sour. HEX triplet: CC, 8C and 55. RGB value is (204,140,85). Sum of RGB (Red+Green+Blue) = 204+140+85=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C55 is #3373AA. Grayscale: #999999. Windows color (decimal): -3371947 or 5606604. OLE color: 5606604.

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

Color convert

RGB 204 140 85 -
CMYK 0 0.31 0.58 0.2
HSL 27.73º 0.54% 0.57% -
HSV(B) 27.73º 0.58% 0.8% -
XYZ 35.92 32.25 12.93 -
YUV 152.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 204 140 85 0 0.31 0.58 0.2 27.73 0.54 0.57
Hex CC 8C 55 0 1F 3A 14 1C 36 39
Octal 314 214 125 0 37 72 24 34 66 71
Binary 11001100 10001100 1010101 0 11111 111010 10100 11100 110110 111001

Color Harmonies of #CC8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C55

Black with #CC8C55

Text Example


Text Example

White with #CC8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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