Html Css Color HEX #CC7536 Zest

📋 copy color: '#CC7536'

red 204 ◦ green 117 ◦ blue 54

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

Shades of Zest #CC7536

Tints of Zest #CC7536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 54.4%
G = 31.2%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC7536 (or 0xCC7536) is known color: Zest. HEX triplet: CC, 75 and 36. RGB value is (204,117,54). Sum of RGB (Red+Green+Blue) = 204+117+54=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7536 is #338AC9. Grayscale: #888888. Windows color (decimal): -3377866 or 3569100. OLE color: 3569100.

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

Color convert

RGB 204 117 54 -
CMYK 0 0.43 0.74 0.2
HSL 25.2º 0.6% 0.51% -
HSV(B) 25.2º 0.74% 0.8% -
XYZ 31.93 25.83 6.79 -
YUV 135.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 204 117 54 0 0.43 0.74 0.2 25.2 0.6 0.51
Hex CC 75 36 0 2B 4A 14 19 3C 33
Octal 314 165 66 0 53 112 24 31 74 63
Binary 11001100 1110101 110110 0 101011 1001010 10100 11001 111100 110011

Color Harmonies of #CC7536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7536

Black with #CC7536

Text Example


Text Example

White with #CC7536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7536; }

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

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

background-color css

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

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

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

border-color css

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

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

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