Html Css Color HEX #C07041 Zest

📋 copy color: '#C07041'

red 192 ◦ green 112 ◦ blue 65

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

Shades of Zest #C07041

Tints of Zest #C07041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 52.03%
G = 30.35%
B = 17.62%

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

#C07041 (or 0xC07041) is known color: Zest. HEX triplet: C0, 70 and 41. RGB value is (192,112,65). Sum of RGB (Red+Green+Blue) = 192+112+65=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07041 is #3F8FBE. Grayscale: #828282. Windows color (decimal): -4165567 or 4288704. OLE color: 4288704.

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

Color convert

RGB 192 112 65 -
CMYK 0 0.42 0.66 0.25
HSL 22.2º 0.5% 0.5% -
HSV(B) 22.2º 0.66% 0.75% -
XYZ 28.49 23.18 7.97 -
YUV 130.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 192 112 65 0 0.42 0.66 0.25 22.2 0.5 0.5
Hex C0 70 41 0 2A 42 19 16 32 32
Octal 300 160 101 0 52 102 31 26 62 62
Binary 11000000 1110000 1000001 0 101010 1000010 11001 10110 110010 110010

Color Harmonies of #C07041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07041

Black with #C07041

Text Example


Text Example

White with #C07041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07041; }

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

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

background-color css

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

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

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

border-color css

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

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

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