#CC885E

Color #CC885E Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #CC885E

Tints of Whiskey #CC885E

Color information

#CC885E (or 0xCC885E) is unknown color: approx Whiskey. HEX triplet: CC, 88 and 5E. RGB value is (204,136,94). Sum of RGB (Red+Green+Blue) = 204+136+94=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC885E is #3377A1. Grayscale: #979797. Windows color (decimal): -3372962 or 6195404. OLE color: 6195404.

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

Color convert

RGB20413694-
CMYK00.330.540.2
HSL22.91º51.89%58.43%-
HSV(B)22.91º53.92%80%-
XYZ35.7331.2514.74-
YUV151.5495.53165.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=47.00%
G=31.34%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041369400.330.540.222.9151.8958.43
HexCC885E021361417343a
Octal3142101360416624276472
Binary1100110010001000101111001000011101101010010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC885E; }

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

 H1.HeaderClassName
 {
   color: #CC885E;
 }
 .AnyTagClassName
 {
   color: #CC885E;
 }
</style>
background-color css

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

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

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

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

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

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