#CC7641

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

Shades of Zest #CC7641

Tints of Zest #CC7641

Color information

#CC7641 (or 0xCC7641) is unknown color: approx Zest. HEX triplet: CC, 76 and 41. RGB value is (204,118,65). Sum of RGB (Red+Green+Blue) = 204+118+65=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7641 is #3389BE. Grayscale: #898989. Windows color (decimal): -3377599 or 4290252. OLE color: 4290252.

HSL color Cylindrical-coordinate representation of color #CC7641: hue angle of 22.88º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7641 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB20411865-
CMYK00.420.680.2
HSL22.88º57.68%52.75%-
HSV(B)22.88º68.14%80%-
XYZ32.3326.188.35-
YUV137.6786.99175.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.71%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=52.71%
G=30.49%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041186500.420.680.222.8857.6852.75
HexCC764102A4414173a35
Octal31416610105210424277265
Binary1100110011101101000001010101010001001010010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7641; }

 p { color: rgb(204,118,65); }

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

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

 a { background-color: rgb(204,118,65); }

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

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

 span { border-color: rgb(204,118,65); }

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