Html Css Color HEX #C77040 Zest

📋 copy color: '#C77040'

red 199 ◦ green 112 ◦ blue 64

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

Shades of Zest #C77040

Tints of Zest #C77040

RGB

 RED value IS 199 (78.13% from 255) = 53.07%

 GREEN value IS 112 (44.14% from 255) = 29.87%

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

R = 53.07%
G = 29.87%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C77040 (or 0xC77040) is known color: Zest. HEX triplet: C7, 70 and 40. RGB value is (199,112,64). Sum of RGB (Red+Green+Blue) = 199+112+64=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C77040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77040 is #388FBF. Grayscale: #848484. Windows color (decimal): -3706816 or 4223175. OLE color: 4223175.

HSL color Cylindrical-coordinate representation of color #C77040: hue angle of 21.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C77040 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 64 -
CMYK 0 0.44 0.68 0.22
HSL 21.33º 0.55% 0.52% -
HSV(B) 21.33º 0.68% 0.78% -
XYZ 30.27 24.1 7.91 -
YUV 132.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 199 112 64 0 0.44 0.68 0.22 21.33 0.55 0.52
Hex C7 70 40 0 2C 44 16 15 37 34
Octal 307 160 100 0 54 104 26 25 67 64
Binary 11000111 1110000 1000000 0 101100 1000100 10110 10101 110111 110100

Color Harmonies of #C77040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77040

Black with #C77040

Text Example


Text Example

White with #C77040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77040; }

 p { color: rgb(199,112,64); }

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

background-color css

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

 a { background-color: rgb(199,112,64); }

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

border-color css

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

 span { border-color: rgb(199,112,64); }

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