Html Css Color HEX #CC7541 Zest

📋 copy color: '#CC7541'

red 204 ◦ green 117 ◦ blue 65

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

Shades of Zest #CC7541

Tints of Zest #CC7541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 52.85%
G = 30.31%
B = 16.84%

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

#CC7541 (or 0xCC7541) is known color: Zest. HEX triplet: CC, 75 and 41. RGB value is (204,117,65). Sum of RGB (Red+Green+Blue) = 204+117+65=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7541 is #338ABE. Grayscale: #898989. Windows color (decimal): -3377855 or 4289996. OLE color: 4289996.

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

Color convert

RGB 204 117 65 -
CMYK 0 0.43 0.68 0.2
HSL 22.45º 0.58% 0.53% -
HSV(B) 22.45º 0.68% 0.8% -
XYZ 32.22 25.94 8.31 -
YUV 137.09 87.32 175.73 -
System Red Green Blue C M Y K H S L
Decimal 204 117 65 0 0.43 0.68 0.2 22.45 0.58 0.53
Hex CC 75 41 0 2B 44 14 16 3A 35
Octal 314 165 101 0 53 104 24 26 72 65
Binary 11001100 1110101 1000001 0 101011 1000100 10100 10110 111010 110101

Color Harmonies of #CC7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7541

Black with #CC7541

Text Example


Text Example

White with #CC7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7541; }

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

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

background-color css

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

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

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

border-color css

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

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

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