#CC713E

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

Shades of Zest #CC713E

Tints of Zest #CC713E

Color information

#CC713E (or 0xCC713E) is unknown color: approx Zest. HEX triplet: CC, 71 and 3E. RGB value is (204,113,62). Sum of RGB (Red+Green+Blue) = 204+113+62=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC713E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC713E is #338EC1. Grayscale: #868686. Windows color (decimal): -3378882 or 4092364. OLE color: 4092364.

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

Color convert

RGB20411362-
CMYK00.450.700.2
HSL21.55º58.2%52.16%-
HSV(B)21.55º69.61%80%-
XYZ31.68257.71-
YUV134.487.15177.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.83%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=53.83%
G=29.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041136200.450.700.221.5558.252.16
HexCC713E02D4614163a34
Octal3141617605510624267264
Binary110011001110001111110010110110001101010010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC713E; }

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

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

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

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

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

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

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

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