Html Css Color HEX #CC7240 Zest

📋 copy color: '#CC7240'

red 204 ◦ green 114 ◦ blue 64

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

Shades of Zest #CC7240

Tints of Zest #CC7240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.84%

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

R = 53.4%
G = 29.84%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC7240 (or 0xCC7240) is known color: Zest. HEX triplet: CC, 72 and 40. RGB value is (204,114,64). Sum of RGB (Red+Green+Blue) = 204+114+64=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7240 is #338DBF. Grayscale: #878787. Windows color (decimal): -3378624 or 4223692. OLE color: 4223692.

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

Color convert

RGB 204 114 64 -
CMYK 0 0.44 0.69 0.2
HSL 21.43º 0.58% 0.53% -
HSV(B) 21.43º 0.69% 0.8% -
XYZ 31.84 25.24 8.04 -
YUV 135.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 204 114 64 0 0.44 0.69 0.2 21.43 0.58 0.53
Hex CC 72 40 0 2C 45 14 15 3A 35
Octal 314 162 100 0 54 105 24 25 72 65
Binary 11001100 1110010 1000000 0 101100 1000101 10100 10101 111010 110101

Color Harmonies of #CC7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7240

Black with #CC7240

Text Example


Text Example

White with #CC7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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