Html Css Color HEX #C07242 Zest

📋 copy color: '#C07242'

red 192 ◦ green 114 ◦ blue 66

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

Shades of Zest #C07242

Tints of Zest #C07242

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 51.61%
G = 30.65%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07242 (or 0xC07242) is known color: Zest. HEX triplet: C0, 72 and 42. RGB value is (192,114,66). Sum of RGB (Red+Green+Blue) = 192+114+66=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C07242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07242 is #3F8DBD. Grayscale: #848484. Windows color (decimal): -4165054 or 4354752. OLE color: 4354752.

HSL color Cylindrical-coordinate representation of color #C07242: hue angle of 22.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07242 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 66 -
CMYK 0 0.41 0.66 0.25
HSL 22.86º 0.5% 0.51% -
HSV(B) 22.86º 0.66% 0.75% -
XYZ 28.74 23.63 8.2 -
YUV 131.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 192 114 66 0 0.41 0.66 0.25 22.86 0.5 0.51
Hex C0 72 42 0 29 42 19 17 32 33
Octal 300 162 102 0 51 102 31 27 62 63
Binary 11000000 1110010 1000010 0 101001 1000010 11001 10111 110010 110011

Color Harmonies of #C07242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07242

Black with #C07242

Text Example


Text Example

White with #C07242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07242; }

 p { color: rgb(192,114,66); }

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

background-color css

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

 a { background-color: rgb(192,114,66); }

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

border-color css

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

 span { border-color: rgb(192,114,66); }

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