Html Css Color HEX #CC8D56 Whiskey Sour

📋 copy color: '#CC8D56'

red 204 ◦ green 141 ◦ blue 86

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

Shades of Whiskey Sour #CC8D56

Tints of Whiskey Sour #CC8D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

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

R = 47.33%
G = 32.71%
B = 19.95%

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

#CC8D56 (or 0xCC8D56) is known color: Whiskey Sour. HEX triplet: CC, 8D and 56. RGB value is (204,141,86). Sum of RGB (Red+Green+Blue) = 204+141+86=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8D56 is #3372A9. Grayscale: #999999. Windows color (decimal): -3371690 or 5672396. OLE color: 5672396.

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

Color convert

RGB 204 141 86 -
CMYK 0 0.31 0.58 0.2
HSL 27.97º 0.54% 0.57% -
HSV(B) 27.97º 0.58% 0.8% -
XYZ 36.11 32.56 13.19 -
YUV 153.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 204 141 86 0 0.31 0.58 0.2 27.97 0.54 0.57
Hex CC 8D 56 0 1F 3A 14 1C 36 39
Octal 314 215 126 0 37 72 24 34 66 71
Binary 11001100 10001101 1010110 0 11111 111010 10100 11100 110110 111001

Color Harmonies of #CC8D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D56

Black with #CC8D56

Text Example


Text Example

White with #CC8D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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