Html Css Color HEX #CC885D Whiskey

📋 copy color: '#CC885D'

red 204 ◦ green 136 ◦ blue 93

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

Shades of Whiskey #CC885D

Tints of Whiskey #CC885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 47.11%
G = 31.41%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC885D (or 0xCC885D) is known color: Whiskey. HEX triplet: CC, 88 and 5D. RGB value is (204,136,93). Sum of RGB (Red+Green+Blue) = 204+136+93=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC885D is #3377A2. Grayscale: #979797. Windows color (decimal): -3372963 or 6129868. OLE color: 6129868.

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

Color convert

RGB 204 136 93 -
CMYK 0 0.33 0.54 0.2
HSL 23.24º 0.52% 0.58% -
HSV(B) 23.24º 0.54% 0.8% -
XYZ 35.68 31.24 14.5 -
YUV 151.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 204 136 93 0 0.33 0.54 0.2 23.24 0.52 0.58
Hex CC 88 5D 0 21 36 14 17 34 3A
Octal 314 210 135 0 41 66 24 27 64 72
Binary 11001100 10001000 1011101 0 100001 110110 10100 10111 110100 111010

Color Harmonies of #CC885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC885D

Black with #CC885D

Text Example


Text Example

White with #CC885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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