#CC875A

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

Shades of Whiskey #CC875A

Tints of Whiskey #CC875A

Color information

#CC875A (or 0xCC875A) is unknown color: approx Whiskey. HEX triplet: CC, 87 and 5A. RGB value is (204,135,90). Sum of RGB (Red+Green+Blue) = 204+135+90=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC875A is #3378A5. Grayscale: #969696. Windows color (decimal): -3373222 or 5933004. OLE color: 5933004.

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

Color convert

RGB20413590-
CMYK00.340.560.2
HSL23.68º52.78%57.65%-
HSV(B)23.68º55.88%80%-
XYZ35.4130.913.77-
YUV150.593.86166.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.55%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=47.55%
G=31.47%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041359000.340.560.223.6852.7857.65
HexCC875A022381418353a
Octal3142071320427024306572
Binary1100110010000111101101001000101110001010011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC875A; }

 p { color: rgb(204,135,90); }

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

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

 a { background-color: rgb(204,135,90); }

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

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

 span { border-color: rgb(204,135,90); }

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