Html Css Color HEX #C07244 Zest

📋 copy color: '#C07244'

red 192 ◦ green 114 ◦ blue 68

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

Shades of Zest #C07244

Tints of Zest #C07244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 51.34%
G = 30.48%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07244 (or 0xC07244) is known color: Zest. HEX triplet: C0, 72 and 44. RGB value is (192,114,68). Sum of RGB (Red+Green+Blue) = 192+114+68=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07244 is #3F8DBB. Grayscale: #848484. Windows color (decimal): -4165052 or 4485824. OLE color: 4485824.

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

Color convert

RGB 192 114 68 -
CMYK 0 0.41 0.65 0.25
HSL 22.26º 0.5% 0.51% -
HSV(B) 22.26º 0.65% 0.75% -
XYZ 28.8 23.66 8.52 -
YUV 132.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 192 114 68 0 0.41 0.65 0.25 22.26 0.5 0.51
Hex C0 72 44 0 29 41 19 16 32 33
Octal 300 162 104 0 51 101 31 26 62 63
Binary 11000000 1110010 1000100 0 101001 1000001 11001 10110 110010 110011

Color Harmonies of #C07244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07244

Black with #C07244

Text Example


Text Example

White with #C07244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07244; }

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

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

background-color css

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

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

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

border-color css

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

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

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