#CC7542

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

Shades of Zest #CC7542

Tints of Zest #CC7542

Color information

#CC7542 (or 0xCC7542) is unknown color: approx Zest. HEX triplet: CC, 75 and 42. RGB value is (204,117,66). Sum of RGB (Red+Green+Blue) = 204+117+66=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7542 is #338ABD. Grayscale: #898989. Windows color (decimal): -3377854 or 4355532. OLE color: 4355532.

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

Color convert

RGB20411766-
CMYK00.430.680.2
HSL22.17º57.5%52.94%-
HSV(B)22.17º67.65%80%-
XYZ32.2525.958.46-
YUV137.287.82175.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=52.71%
G=30.23%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041176600.430.680.222.1757.552.94
HexCC754202B4414163a35
Octal31416510205310424267265
Binary1100110011101011000010010101110001001010010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7542; }

 p { color: rgb(204,117,66); }

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

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

 a { background-color: rgb(204,117,66); }

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

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

 span { border-color: rgb(204,117,66); }

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