Html Css Color HEX #CC7337 Zest

📋 copy color: '#CC7337'

red 204 ◦ green 115 ◦ blue 55

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

Shades of Zest #CC7337

Tints of Zest #CC7337

RGB

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

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

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

R = 54.55%
G = 30.75%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7337 (or 0xCC7337) is known color: Zest. HEX triplet: CC, 73 and 37. RGB value is (204,115,55). Sum of RGB (Red+Green+Blue) = 204+115+55=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7337 is #338CC8. Grayscale: #878787. Windows color (decimal): -3378377 or 3634124. OLE color: 3634124.

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

Color convert

RGB 204 115 55 -
CMYK 0 0.44 0.73 0.2
HSL 24.16º 0.59% 0.51% -
HSV(B) 24.16º 0.73% 0.8% -
XYZ 31.72 25.37 6.84 -
YUV 134.77 82.99 177.38 -
System Red Green Blue C M Y K H S L
Decimal 204 115 55 0 0.44 0.73 0.2 24.16 0.59 0.51
Hex CC 73 37 0 2C 49 14 18 3B 33
Octal 314 163 67 0 54 111 24 30 73 63
Binary 11001100 1110011 110111 0 101100 1001001 10100 11000 111011 110011

Color Harmonies of #CC7337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7337

Black with #CC7337

Text Example


Text Example

White with #CC7337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7337; }

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

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

background-color css

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

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

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

border-color css

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

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

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