Html Css Color HEX #CC7439 Zest

📋 copy color: '#CC7439'

red 204 ◦ green 116 ◦ blue 57

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

Shades of Zest #CC7439

Tints of Zest #CC7439

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 57 (22.66% from 255) = 15.12%

R = 54.11%
G = 30.77%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7439 (or 0xCC7439) is known color: Zest. HEX triplet: CC, 74 and 39. RGB value is (204,116,57). Sum of RGB (Red+Green+Blue) = 204+116+57=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7439 is #338BC6. Grayscale: #878787. Windows color (decimal): -3378119 or 3765452. OLE color: 3765452.

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

Color convert

RGB 204 116 57 -
CMYK 0 0.43 0.72 0.2
HSL 24.08º 0.59% 0.51% -
HSV(B) 24.08º 0.72% 0.8% -
XYZ 31.89 25.62 7.14 -
YUV 135.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 204 116 57 0 0.43 0.72 0.2 24.08 0.59 0.51
Hex CC 74 39 0 2B 48 14 18 3B 33
Octal 314 164 71 0 53 110 24 30 73 63
Binary 11001100 1110100 111001 0 101011 1001000 10100 11000 111011 110011

Color Harmonies of #CC7439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7439

Black with #CC7439

Text Example


Text Example

White with #CC7439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7439; }

 p { color: rgb(204,116,57); }

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

background-color css

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

 a { background-color: rgb(204,116,57); }

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

border-color css

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

 span { border-color: rgb(204,116,57); }

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