#CC723C

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

Shades of Zest #CC723C

Tints of Zest #CC723C

Color information

#CC723C (or 0xCC723C) is unknown color: approx Zest. HEX triplet: CC, 72 and 3C. RGB value is (204,114,60). Sum of RGB (Red+Green+Blue) = 204+114+60=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC723C is #338DC3. Grayscale: #878787. Windows color (decimal): -3378628 or 3961548. OLE color: 3961548.

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

Color convert

RGB20411460-
CMYK00.440.710.2
HSL22.5º58.54%51.76%-
HSV(B)22.5º70.59%80%-
XYZ31.7325.27.47-
YUV134.7585.82177.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 60 (23.83% from 255) = 15.87%
R=53.97%
G=30.16%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041146000.440.710.222.558.5451.76
HexCC723C02C4714163b34
Octal3141627405410724267364
Binary110011001110010111100010110010001111010010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC723C; }

 p { color: rgb(204,114,60); }

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

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

 a { background-color: rgb(204,114,60); }

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

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

 span { border-color: rgb(204,114,60); }

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