Html Css Color HEX #C07346 Zest

📋 copy color: '#C07346'

red 192 ◦ green 115 ◦ blue 70

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

Shades of Zest #C07346

Tints of Zest #C07346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 50.93%
G = 30.5%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07346 (or 0xC07346) is known color: Zest. HEX triplet: C0, 73 and 46. RGB value is (192,115,70). Sum of RGB (Red+Green+Blue) = 192+115+70=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07346 is #3F8CB9. Grayscale: #858585. Windows color (decimal): -4164794 or 4617152. OLE color: 4617152.

HSL color Cylindrical-coordinate representation of color #C07346: hue angle of 22.13º 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 #C07346 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 70 -
CMYK 0 0.40 0.64 0.25
HSL 22.13º 0.49% 0.51% -
HSV(B) 22.13º 0.64% 0.75% -
XYZ 28.97 23.91 8.88 -
YUV 132.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 192 115 70 0 0.40 0.64 0.25 22.13 0.49 0.51
Hex C0 73 46 0 28 40 19 16 31 33
Octal 300 163 106 0 50 100 31 26 61 63
Binary 11000000 1110011 1000110 0 101000 1000000 11001 10110 110001 110011

Color Harmonies of #C07346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07346

Black with #C07346

Text Example


Text Example

White with #C07346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07346; }

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

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

background-color css

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

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

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

border-color css

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

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

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