Html Css Color HEX #C07344 Zest

📋 copy color: '#C07344'

red 192 ◦ green 115 ◦ blue 68

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

Shades of Zest #C07344

Tints of Zest #C07344

RGB

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

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

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

R = 51.2%
G = 30.67%
B = 18.13%

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

#C07344 (or 0xC07344) is known color: Zest. HEX triplet: C0, 73 and 44. RGB value is (192,115,68). Sum of RGB (Red+Green+Blue) = 192+115+68=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07344 is #3F8CBB. Grayscale: #848484. Windows color (decimal): -4164796 or 4486080. OLE color: 4486080.

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

Color convert

RGB 192 115 68 -
CMYK 0 0.40 0.65 0.25
HSL 22.74º 0.5% 0.51% -
HSV(B) 22.74º 0.65% 0.75% -
XYZ 28.91 23.89 8.56 -
YUV 132.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 192 115 68 0 0.40 0.65 0.25 22.74 0.5 0.51
Hex C0 73 44 0 28 41 19 17 32 33
Octal 300 163 104 0 50 101 31 27 62 63
Binary 11000000 1110011 1000100 0 101000 1000001 11001 10111 110010 110011

Color Harmonies of #C07344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07344

Black with #C07344

Text Example


Text Example

White with #C07344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07344; }

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

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

background-color css

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

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

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

border-color css

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

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

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