#C0796D

Color #C0796D Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #C0796D

Tints of Contessa #C0796D

Color information

#C0796D (or 0xC0796D) is unknown color: approx Contessa. HEX triplet: C0, 79 and 6D. RGB value is (192,121,109). Sum of RGB (Red+Green+Blue) = 192+121+109=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0796D is #3F8692. Grayscale: #8C8C8C. Windows color (decimal): -4163219 or 7174592. OLE color: 7174592.

HSL color Cylindrical-coordinate representation of color #C0796D: hue angle of 8.67º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0796D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192121109-
CMYK00.370.430.25
HSL8.67º39.71%59.02%-
HSV(B)8.67º43.23%75.29%-
XYZ31.3425.9917.83-
YUV140.86110.02164.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=45.50%
G=28.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212110900.370.430.258.6739.7159.02
HexC0796D0252B199283b
Octal3001711550455331115073
Binary11000000111100111011010100101101011110011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0796D; }

 p { color: rgb(192,121,109); }

 H1.HeaderClassName
 {
   color: #C0796D;
 }
 .AnyTagClassName
 {
   color: #C0796D;
 }
</style>
background-color css

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

 a { background-color: rgb(192,121,109); }

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

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

 span { border-color: rgb(192,121,109); }

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