Html Css Color HEX #C07343 Zest

📋 copy color: '#C07343'

red 192 ◦ green 115 ◦ blue 67

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

Shades of Zest #C07343

Tints of Zest #C07343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 51.34%
G = 30.75%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07343 (or 0xC07343) is known color: Zest. HEX triplet: C0, 73 and 43. RGB value is (192,115,67). Sum of RGB (Red+Green+Blue) = 192+115+67=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07343 is #3F8CBC. Grayscale: #848484. Windows color (decimal): -4164797 or 4420544. OLE color: 4420544.

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

Color convert

RGB 192 115 67 -
CMYK 0 0.40 0.65 0.25
HSL 23.04º 0.5% 0.51% -
HSV(B) 23.04º 0.65% 0.75% -
XYZ 28.88 23.87 8.4 -
YUV 132.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 192 115 67 0 0.40 0.65 0.25 23.04 0.5 0.51
Hex C0 73 43 0 28 41 19 17 32 33
Octal 300 163 103 0 50 101 31 27 62 63
Binary 11000000 1110011 1000011 0 101000 1000001 11001 10111 110010 110011

Color Harmonies of #C07343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07343

Black with #C07343

Text Example


Text Example

White with #C07343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07343; }

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

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

background-color css

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

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

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

border-color css

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

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

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