Html Css Color HEX #CC8851 Whiskey Sour

📋 copy color: '#CC8851'

red 204 ◦ green 136 ◦ blue 81

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

Shades of Whiskey Sour #CC8851

Tints of Whiskey Sour #CC8851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 48.46%
G = 32.3%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC8851 (or 0xCC8851) is known color: Whiskey Sour. HEX triplet: CC, 88 and 51. RGB value is (204,136,81). Sum of RGB (Red+Green+Blue) = 204+136+81=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8851 is #3377AE. Grayscale: #969696. Windows color (decimal): -3372975 or 5343436. OLE color: 5343436.

HSL color Cylindrical-coordinate representation of color #CC8851: hue angle of 26.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8851 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 81 -
CMYK 0 0.33 0.60 0.2
HSL 26.83º 0.55% 0.56% -
HSV(B) 26.83º 0.6% 0.8% -
XYZ 35.19 31.04 11.92 -
YUV 150.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 204 136 81 0 0.33 0.60 0.2 26.83 0.55 0.56
Hex CC 88 51 0 21 3C 14 1B 37 38
Octal 314 210 121 0 41 74 24 33 67 70
Binary 11001100 10001000 1010001 0 100001 111100 10100 11011 110111 111000

Color Harmonies of #CC8851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8851

Black with #CC8851

Text Example


Text Example

White with #CC8851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8851; }

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

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

background-color css

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

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

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

border-color css

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

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

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