#CC713D

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

Shades of Zest #CC713D

Tints of Zest #CC713D

Color information

#CC713D (or 0xCC713D) is unknown color: approx Zest. HEX triplet: CC, 71 and 3D. RGB value is (204,113,61). Sum of RGB (Red+Green+Blue) = 204+113+61=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC713D is #338EC2. Grayscale: #868686. Windows color (decimal): -3378883 or 4026828. OLE color: 4026828.

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

Color convert

RGB20411361-
CMYK00.450.700.2
HSL21.82º58.37%51.96%-
HSV(B)21.82º70.1%80%-
XYZ31.6524.987.57-
YUV134.2886.65177.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 61 (24.22% from 255) = 16.14%
R=53.97%
G=29.89%
B=16.14%

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
Decimal2041136100.450.700.221.8258.3751.96
HexCC713D02D4614163a34
Octal3141617505510624267264
Binary110011001110001111101010110110001101010010110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC713D; }

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

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

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

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

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

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

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

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