Html Css Color HEX #CC8756 Whiskey Sour

📋 copy color: '#CC8756'

red 204 ◦ green 135 ◦ blue 86

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

Shades of Whiskey Sour #CC8756

Tints of Whiskey Sour #CC8756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.24%

R = 48%
G = 31.76%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC8756 (or 0xCC8756) is known color: Whiskey Sour. HEX triplet: CC, 87 and 56. RGB value is (204,135,86). Sum of RGB (Red+Green+Blue) = 204+135+86=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8756 is #3378A9. Grayscale: #969696. Windows color (decimal): -3373226 or 5670860. OLE color: 5670860.

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

Color convert

RGB 204 135 86 -
CMYK 0 0.34 0.58 0.2
HSL 24.92º 0.54% 0.57% -
HSV(B) 24.92º 0.58% 0.8% -
XYZ 35.25 30.84 12.9 -
YUV 150.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 204 135 86 0 0.34 0.58 0.2 24.92 0.54 0.57
Hex CC 87 56 0 22 3A 14 19 36 39
Octal 314 207 126 0 42 72 24 31 66 71
Binary 11001100 10000111 1010110 0 100010 111010 10100 11001 110110 111001

Color Harmonies of #CC8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8756

Black with #CC8756

Text Example


Text Example

White with #CC8756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8756; }

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

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

background-color css

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

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

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

border-color css

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

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

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