#CC7334

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

Shades of Zest #CC7334

Tints of Zest #CC7334

Color information

#CC7334 (or 0xCC7334) is unknown color: approx Zest. HEX triplet: CC, 73 and 34. RGB value is (204,115,52). Sum of RGB (Red+Green+Blue) = 204+115+52=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7334 is #338CCB. Grayscale: #868686. Windows color (decimal): -3378380 or 3437516. OLE color: 3437516.

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

Color convert

RGB20411552-
CMYK00.440.750.2
HSL24.87º59.84%50.2%-
HSV(B)24.87º74.51%80%-
XYZ31.6525.356.47-
YUV134.4381.49177.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=54.99%
G=31.00%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041155200.440.750.224.8759.8450.2
HexCC733402C4B14193c32
Octal3141636405411324317462
Binary110011001110011110100010110010010111010011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7334; }

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

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

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

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

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

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

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

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