Html Css Color HEX #C07043 Zest

📋 copy color: '#C07043'

red 192 ◦ green 112 ◦ blue 67

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

Shades of Zest #C07043

Tints of Zest #C07043

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 51.75%
G = 30.19%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07043 (or 0xC07043) is known color: Zest. HEX triplet: C0, 70 and 43. RGB value is (192,112,67). Sum of RGB (Red+Green+Blue) = 192+112+67=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C07043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07043 is #3F8FBC. Grayscale: #838383. Windows color (decimal): -4165565 or 4419776. OLE color: 4419776.

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

Color convert

RGB 192 112 67 -
CMYK 0 0.42 0.65 0.25
HSL 21.6º 0.5% 0.51% -
HSV(B) 21.6º 0.65% 0.75% -
XYZ 28.55 23.2 8.28 -
YUV 130.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 192 112 67 0 0.42 0.65 0.25 21.6 0.5 0.51
Hex C0 70 43 0 2A 41 19 16 32 33
Octal 300 160 103 0 52 101 31 26 62 63
Binary 11000000 1110000 1000011 0 101010 1000001 11001 10110 110010 110011

Color Harmonies of #C07043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07043

Black with #C07043

Text Example


Text Example

White with #C07043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07043; }

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

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

background-color css

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

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

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

border-color css

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

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

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