Html Css Color HEX #CC7542 Zest

📋 copy color: '#CC7542'

red 204 ◦ green 117 ◦ blue 66

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

Shades of Zest #CC7542

Tints of Zest #CC7542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 52.71%
G = 30.23%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC7542 (or 0xCC7542) is known color: Zest. HEX triplet: CC, 75 and 42. RGB value is (204,117,66). Sum of RGB (Red+Green+Blue) = 204+117+66=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7542 is #338ABD. Grayscale: #898989. Windows color (decimal): -3377854 or 4355532. OLE color: 4355532.

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

Color convert

RGB 204 117 66 -
CMYK 0 0.43 0.68 0.2
HSL 22.17º 0.58% 0.53% -
HSV(B) 22.17º 0.68% 0.8% -
XYZ 32.25 25.95 8.46 -
YUV 137.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 204 117 66 0 0.43 0.68 0.2 22.17 0.58 0.53
Hex CC 75 42 0 2B 44 14 16 3A 35
Octal 314 165 102 0 53 104 24 26 72 65
Binary 11001100 1110101 1000010 0 101011 1000100 10100 10110 111010 110101

Color Harmonies of #CC7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7542

Black with #CC7542

Text Example


Text Example

White with #CC7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7542; }

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

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

background-color css

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

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

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

border-color css

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

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

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