#CC7141

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

Shades of Zest #CC7141

Tints of Zest #CC7141

Color information

#CC7141 (or 0xCC7141) is unknown color: approx Zest. HEX triplet: CC, 71 and 41. RGB value is (204,113,65). Sum of RGB (Red+Green+Blue) = 204+113+65=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7141 is #338EBE. Grayscale: #878787. Windows color (decimal): -3378879 or 4288972. OLE color: 4288972.

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

Color convert

RGB20411365-
CMYK00.450.680.2
HSL20.72º57.68%52.75%-
HSV(B)20.72º68.14%80%-
XYZ31.7625.038.16-
YUV134.7488.65177.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=53.40%
G=29.58%
B=17.02%

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
Decimal2041136500.450.680.220.7257.6852.75
HexCC714102D4414153a35
Octal31416110105510424257265
Binary1100110011100011000001010110110001001010010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7141; }

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

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

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

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

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

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

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

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