#CC7041

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

Shades of Zest #CC7041

Tints of Zest #CC7041

Color information

#CC7041 (or 0xCC7041) is unknown color: approx Zest. HEX triplet: CC, 70 and 41. RGB value is (204,112,65). Sum of RGB (Red+Green+Blue) = 204+112+65=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7041 is #338FBE. Grayscale: #868686. Windows color (decimal): -3379135 or 4288716. OLE color: 4288716.

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

Color convert

RGB20411265-
CMYK00.450.680.2
HSL20.29º57.68%52.75%-
HSV(B)20.29º68.14%80%-
XYZ31.6524.818.12-
YUV134.1588.98177.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=53.54%
G=29.40%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041126500.450.680.220.2957.6852.75
HexCC704102D4414143a35
Octal31416010105510424247265
Binary1100110011100001000001010110110001001010010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7041; }

 p { color: rgb(204,112,65); }

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

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

 a { background-color: rgb(204,112,65); }

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

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

 span { border-color: rgb(204,112,65); }

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