Html Css Color HEX #CC7339 Zest

📋 copy color: '#CC7339'

red 204 ◦ green 115 ◦ blue 57

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

Shades of Zest #CC7339

Tints of Zest #CC7339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 54.26%
G = 30.59%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC7339 (or 0xCC7339) is known color: Zest. HEX triplet: CC, 73 and 39. RGB value is (204,115,57). Sum of RGB (Red+Green+Blue) = 204+115+57=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7339 is #338CC6. Grayscale: #878787. Windows color (decimal): -3378375 or 3765196. OLE color: 3765196.

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

Color convert

RGB 204 115 57 -
CMYK 0 0.44 0.72 0.2
HSL 23.67º 0.59% 0.51% -
HSV(B) 23.67º 0.72% 0.8% -
XYZ 31.77 25.39 7.1 -
YUV 135 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 204 115 57 0 0.44 0.72 0.2 23.67 0.59 0.51
Hex CC 73 39 0 2C 48 14 18 3B 33
Octal 314 163 71 0 54 110 24 30 73 63
Binary 11001100 1110011 111001 0 101100 1001000 10100 11000 111011 110011

Color Harmonies of #CC7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7339

Black with #CC7339

Text Example


Text Example

White with #CC7339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7339; }

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

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

background-color css

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

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

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

border-color css

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

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

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