#C46961

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

Shades of Contessa #C46961

Tints of Contessa #C46961

Color information

#C46961 (or 0xC46961) is unknown color: approx Contessa. HEX triplet: C4, 69 and 61. RGB value is (196,105,97). Sum of RGB (Red+Green+Blue) = 196+105+97=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C46961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46961 is #3B969E. Grayscale: #838383. Windows color (decimal): -3905183 or 6384068. OLE color: 6384068.

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

Color convert

RGB19610597-
CMYK00.460.510.23
HSL4.85º45.62%57.45%-
HSV(B)4.85º50.51%76.86%-
XYZ29.9722.714.11-
YUV131.3108.65174.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=49.25%
G=26.38%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961059700.460.510.234.8545.6257.45
HexC4696102E331752e39
Octal304151141056632755671
Binary1100010011010011100001010111011001110111101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46961; }

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

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

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

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

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

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

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

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