Html Css Color HEX #CC885B Whiskey

📋 copy color: '#CC885B'

red 204 ◦ green 136 ◦ blue 91

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

Shades of Whiskey #CC885B

Tints of Whiskey #CC885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 47.33%
G = 31.55%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC885B (or 0xCC885B) is known color: Whiskey. HEX triplet: CC, 88 and 5B. RGB value is (204,136,91). Sum of RGB (Red+Green+Blue) = 204+136+91=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC885B is #3377A4. Grayscale: #979797. Windows color (decimal): -3372965 or 5998796. OLE color: 5998796.

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

Color convert

RGB 204 136 91 -
CMYK 0 0.33 0.55 0.2
HSL 23.89º 0.53% 0.58% -
HSV(B) 23.89º 0.55% 0.8% -
XYZ 35.59 31.2 14.04 -
YUV 151.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 204 136 91 0 0.33 0.55 0.2 23.89 0.53 0.58
Hex CC 88 5B 0 21 37 14 18 35 3A
Octal 314 210 133 0 41 67 24 30 65 72
Binary 11001100 10001000 1011011 0 100001 110111 10100 11000 110101 111010

Color Harmonies of #CC885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC885B

Black with #CC885B

Text Example


Text Example

White with #CC885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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