Html Css Color HEX #CC7037 Zest

📋 copy color: '#CC7037'

red 204 ◦ green 112 ◦ blue 55

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

Shades of Zest #CC7037

Tints of Zest #CC7037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 54.99%
G = 30.19%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7037 (or 0xCC7037) is known color: Zest. HEX triplet: CC, 70 and 37. RGB value is (204,112,55). Sum of RGB (Red+Green+Blue) = 204+112+55=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7037 is #338FC8. Grayscale: #858585. Windows color (decimal): -3379145 or 3633356. OLE color: 3633356.

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

Color convert

RGB 204 112 55 -
CMYK 0 0.45 0.73 0.2
HSL 22.95º 0.59% 0.51% -
HSV(B) 22.95º 0.73% 0.8% -
XYZ 31.39 24.7 6.73 -
YUV 133.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 204 112 55 0 0.45 0.73 0.2 22.95 0.59 0.51
Hex CC 70 37 0 2D 49 14 17 3B 33
Octal 314 160 67 0 55 111 24 27 73 63
Binary 11001100 1110000 110111 0 101101 1001001 10100 10111 111011 110011

Color Harmonies of #CC7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7037

Black with #CC7037

Text Example


Text Example

White with #CC7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7037; }

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

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

background-color css

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

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

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

border-color css

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

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

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