Html Css Color HEX #CC8E5E Whiskey

📋 copy color: '#CC8E5E'

red 204 ◦ green 142 ◦ blue 94

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

Shades of Whiskey #CC8E5E

Tints of Whiskey #CC8E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.27%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 46.36%
G = 32.27%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC8E5E (or 0xCC8E5E) is known color: Whiskey. HEX triplet: CC, 8E and 5E. RGB value is (204,142,94). Sum of RGB (Red+Green+Blue) = 204+142+94=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E5E is #3371A1. Grayscale: #9B9B9B. Windows color (decimal): -3371426 or 6196940. OLE color: 6196940.

HSL color Cylindrical-coordinate representation of color #CC8E5E: hue angle of 26.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC8E5E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 142 94 -
CMYK 0 0.30 0.54 0.2
HSL 26.18º 0.52% 0.58% -
HSV(B) 26.18º 0.54% 0.8% -
XYZ 36.6 32.99 15.03 -
YUV 155.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 204 142 94 0 0.30 0.54 0.2 26.18 0.52 0.58
Hex CC 8E 5E 0 1E 36 14 1A 34 3A
Octal 314 216 136 0 36 66 24 32 64 72
Binary 11001100 10001110 1011110 0 11110 110110 10100 11010 110100 111010

Color Harmonies of #CC8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8E5E

Black with #CC8E5E

Text Example


Text Example

White with #CC8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8E5E; }

 p { color: rgb(204,142,94); }

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

background-color css

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

 a { background-color: rgb(204,142,94); }

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

border-color css

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

 span { border-color: rgb(204,142,94); }

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