Html Css Color HEX #CC7141 Zest

📋 copy color: '#CC7141'

red 204 ◦ green 113 ◦ blue 65

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

Shades of Zest #CC7141

Tints of Zest #CC7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

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

R = 53.4%
G = 29.58%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC7141 (or 0xCC7141) is known color: Zest. HEX triplet: CC, 71 and 41. RGB value is (204,113,65). Sum of RGB (Red+Green+Blue) = 204+113+65=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7141 is #338EBE. Grayscale: #878787. Windows color (decimal): -3378879 or 4288972. OLE color: 4288972.

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

Color convert

RGB 204 113 65 -
CMYK 0 0.45 0.68 0.2
HSL 20.72º 0.58% 0.53% -
HSV(B) 20.72º 0.68% 0.8% -
XYZ 31.76 25.03 8.16 -
YUV 134.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 204 113 65 0 0.45 0.68 0.2 20.72 0.58 0.53
Hex CC 71 41 0 2D 44 14 15 3A 35
Octal 314 161 101 0 55 104 24 25 72 65
Binary 11001100 1110001 1000001 0 101101 1000100 10100 10101 111010 110101

Color Harmonies of #CC7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7141

Black with #CC7141

Text Example


Text Example

White with #CC7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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