#C46962

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

Shades of Contessa #C46962

Tints of Contessa #C46962

Color information

#C46962 (or 0xC46962) is unknown color: approx Contessa. HEX triplet: C4, 69 and 62. RGB value is (196,105,98). Sum of RGB (Red+Green+Blue) = 196+105+98=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46962 is #3B969D. Grayscale: #838383. Windows color (decimal): -3905182 or 6449604. OLE color: 6449604.

HSL color Cylindrical-coordinate representation of color #C46962: hue angle of 4.29º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46962 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB19610598-
CMYK00.460.50.23
HSL4.29º45.37%57.65%-
HSV(B)4.29º50%76.86%-
XYZ30.0222.7214.36-
YUV131.41109.15174.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=49.12%
G=26.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961059800.460.50.234.2945.3757.65
HexC4696202E321742d3a
Octal304151142056622745572
Binary1100010011010011100010010111011001010111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46962; }

 p { color: rgb(196,105,98); }

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

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

 a { background-color: rgb(196,105,98); }

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

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

 span { border-color: rgb(196,105,98); }

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