Html Css Color HEX #CC7537 Zest

📋 copy color: '#CC7537'

red 204 ◦ green 117 ◦ blue 55

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

Shades of Zest #CC7537

Tints of Zest #CC7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 54.26%
G = 31.12%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7537 (or 0xCC7537) is known color: Zest. HEX triplet: CC, 75 and 37. RGB value is (204,117,55). Sum of RGB (Red+Green+Blue) = 204+117+55=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7537 is #338AC8. Grayscale: #888888. Windows color (decimal): -3377865 or 3634636. OLE color: 3634636.

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

Color convert

RGB 204 117 55 -
CMYK 0 0.43 0.73 0.2
HSL 24.97º 0.59% 0.51% -
HSV(B) 24.97º 0.73% 0.8% -
XYZ 31.95 25.84 6.92 -
YUV 135.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 204 117 55 0 0.43 0.73 0.2 24.97 0.59 0.51
Hex CC 75 37 0 2B 49 14 19 3B 33
Octal 314 165 67 0 53 111 24 31 73 63
Binary 11001100 1110101 110111 0 101011 1001001 10100 11001 111011 110011

Color Harmonies of #CC7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7537

Black with #CC7537

Text Example


Text Example

White with #CC7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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