Html Css Color HEX #C07042 Zest

📋 copy color: '#C07042'

red 192 ◦ green 112 ◦ blue 66

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

Shades of Zest #C07042

Tints of Zest #C07042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 51.89%
G = 30.27%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07042 (or 0xC07042) is known color: Zest. HEX triplet: C0, 70 and 42. RGB value is (192,112,66). Sum of RGB (Red+Green+Blue) = 192+112+66=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C07042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07042 is #3F8FBD. Grayscale: #828282. Windows color (decimal): -4165566 or 4354240. OLE color: 4354240.

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

Color convert

RGB 192 112 66 -
CMYK 0 0.42 0.66 0.25
HSL 21.9º 0.5% 0.51% -
HSV(B) 21.9º 0.66% 0.75% -
XYZ 28.52 23.19 8.13 -
YUV 130.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 192 112 66 0 0.42 0.66 0.25 21.9 0.5 0.51
Hex C0 70 42 0 2A 42 19 16 32 33
Octal 300 160 102 0 52 102 31 26 62 63
Binary 11000000 1110000 1000010 0 101010 1000010 11001 10110 110010 110011

Color Harmonies of #C07042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07042

Black with #C07042

Text Example


Text Example

White with #C07042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07042; }

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

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

background-color css

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

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

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

border-color css

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

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

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