Html Css Color HEX #C06940 Zest

📋 copy color: '#C06940'

red 192 ◦ green 105 ◦ blue 64

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

Shades of Zest #C06940

Tints of Zest #C06940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 53.19%
G = 29.09%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C06940 (or 0xC06940) is known color: Zest. HEX triplet: C0, 69 and 40. RGB value is (192,105,64). Sum of RGB (Red+Green+Blue) = 192+105+64=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C06940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06940 is #3F96BF. Grayscale: #7E7E7E. Windows color (decimal): -4167360 or 4221376. OLE color: 4221376.

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

Color convert

RGB 192 105 64 -
CMYK 0 0.45 0.67 0.25
HSL 19.22º 0.5% 0.5% -
HSV(B) 19.22º 0.67% 0.75% -
XYZ 27.72 21.68 7.57 -
YUV 126.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 192 105 64 0 0.45 0.67 0.25 19.22 0.5 0.5
Hex C0 69 40 0 2D 43 19 13 32 32
Octal 300 151 100 0 55 103 31 23 62 62
Binary 11000000 1101001 1000000 0 101101 1000011 11001 10011 110010 110010

Color Harmonies of #C06940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06940

Black with #C06940

Text Example


Text Example

White with #C06940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06940; }

 p { color: rgb(192,105,64); }

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

background-color css

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

 a { background-color: rgb(192,105,64); }

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

border-color css

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

 span { border-color: rgb(192,105,64); }

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