#CC7335

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

Shades of Zest #CC7335

Tints of Zest #CC7335

Color information

#CC7335 (or 0xCC7335) is unknown color: approx Zest. HEX triplet: CC, 73 and 35. RGB value is (204,115,53). Sum of RGB (Red+Green+Blue) = 204+115+53=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7335 is #338CCA. Grayscale: #868686. Windows color (decimal): -3378379 or 3503052. OLE color: 3503052.

HSL color Cylindrical-coordinate representation of color #CC7335: hue angle of 24.64º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7335 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20411553-
CMYK00.440.740.2
HSL24.64º59.68%50.39%-
HSV(B)24.64º74.02%80%-
XYZ31.6825.366.59-
YUV134.5481.99177.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=54.84%
G=30.91%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041155300.440.740.224.6459.6850.39
HexCC733502C4A14193c32
Octal3141636505411224317462
Binary110011001110011110101010110010010101010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7335; }

 p { color: rgb(204,115,53); }

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

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

 a { background-color: rgb(204,115,53); }

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

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

 span { border-color: rgb(204,115,53); }

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