Html Css Color HEX #C07246 Zest

📋 copy color: '#C07246'

red 192 ◦ green 114 ◦ blue 70

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

Shades of Zest #C07246

Tints of Zest #C07246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 51.06%
G = 30.32%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07246 (or 0xC07246) is known color: Zest. HEX triplet: C0, 72 and 46. RGB value is (192,114,70). Sum of RGB (Red+Green+Blue) = 192+114+70=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07246 is #3F8DB9. Grayscale: #848484. Windows color (decimal): -4165050 or 4616896. OLE color: 4616896.

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

Color convert

RGB 192 114 70 -
CMYK 0 0.41 0.64 0.25
HSL 21.64º 0.49% 0.51% -
HSV(B) 21.64º 0.64% 0.75% -
XYZ 28.86 23.68 8.84 -
YUV 132.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 192 114 70 0 0.41 0.64 0.25 21.64 0.49 0.51
Hex C0 72 46 0 29 40 19 16 31 33
Octal 300 162 106 0 51 100 31 26 61 63
Binary 11000000 1110010 1000110 0 101001 1000000 11001 10110 110001 110011

Color Harmonies of #C07246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07246

Black with #C07246

Text Example


Text Example

White with #C07246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07246; }

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

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

background-color css

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

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

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

border-color css

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

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

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