Html Css Color HEX #CC7540 Zest

📋 copy color: '#CC7540'

red 204 ◦ green 117 ◦ blue 64

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

Shades of Zest #CC7540

Tints of Zest #CC7540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 52.99%
G = 30.39%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC7540 (or 0xCC7540) is known color: Zest. HEX triplet: CC, 75 and 40. RGB value is (204,117,64). Sum of RGB (Red+Green+Blue) = 204+117+64=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7540 is #338ABF. Grayscale: #898989. Windows color (decimal): -3377856 or 4224460. OLE color: 4224460.

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

Color convert

RGB 204 117 64 -
CMYK 0 0.43 0.69 0.2
HSL 22.71º 0.58% 0.53% -
HSV(B) 22.71º 0.69% 0.8% -
XYZ 32.19 25.93 8.16 -
YUV 136.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 204 117 64 0 0.43 0.69 0.2 22.71 0.58 0.53
Hex CC 75 40 0 2B 45 14 17 3A 35
Octal 314 165 100 0 53 105 24 27 72 65
Binary 11001100 1110101 1000000 0 101011 1000101 10100 10111 111010 110101

Color Harmonies of #CC7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7540

Black with #CC7540

Text Example


Text Example

White with #CC7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7540; }

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

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

background-color css

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

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

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

border-color css

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

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

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