Html Css Color HEX #CC7040 Zest

📋 copy color: '#CC7040'

red 204 ◦ green 112 ◦ blue 64

#CC7040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #CC7040

Tints of Zest #CC7040

RGB

 RED value IS 204 (80.08% from 255) = 53.68%

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 53.68%
G = 29.47%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC7040 (or 0xCC7040) is known color: Zest. HEX triplet: CC, 70 and 40. RGB value is (204,112,64). Sum of RGB (Red+Green+Blue) = 204+112+64=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7040 is #338FBF. Grayscale: #868686. Windows color (decimal): -3379136 or 4223180. OLE color: 4223180.

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

Color convert

RGB 204 112 64 -
CMYK 0 0.45 0.69 0.2
HSL 20.57º 0.58% 0.53% -
HSV(B) 20.57º 0.69% 0.8% -
XYZ 31.62 24.8 7.97 -
YUV 134.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 204 112 64 0 0.45 0.69 0.2 20.57 0.58 0.53
Hex CC 70 40 0 2D 45 14 15 3A 35
Octal 314 160 100 0 55 105 24 25 72 65
Binary 11001100 1110000 1000000 0 101101 1000101 10100 10101 111010 110101

Color Harmonies of #CC7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7040

Black with #CC7040

Text Example


Text Example

White with #CC7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7040; }

 p { color: rgb(204,112,64); }

 H1.HeaderClassName
 {
   color: #CC7040;
 }
 .AnyTagClassName
 {
   color: #CC7040;
 }
</style>

background-color css

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

 a { background-color: rgb(204,112,64); }

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

border-color css

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

 span { border-color: rgb(204,112,64); }

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