#C46A5F

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

Shades of Contessa #C46A5F

Tints of Contessa #C46A5F

Color information

#C46A5F (or 0xC46A5F) is unknown color: approx Contessa. HEX triplet: C4, 6A and 5F. RGB value is (196,106,95). Sum of RGB (Red+Green+Blue) = 196+106+95=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A5F is #3B95A0. Grayscale: #838383. Windows color (decimal): -3904929 or 6253252. OLE color: 6253252.

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

Color convert

RGB19610695-
CMYK00.460.520.23
HSL6.53º46.12%57.06%-
HSV(B)6.53º51.53%76.86%-
XYZ29.9822.8713.66-
YUV131.66107.32173.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=49.37%
G=26.70%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961069500.460.520.236.5346.1257.06
HexC46A5F02E341772e39
Octal304152137056642775671
Binary1100010011010101011111010111011010010111111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A5F; }

 p { color: rgb(196,106,95); }

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

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

 a { background-color: rgb(196,106,95); }

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

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

 span { border-color: rgb(196,106,95); }

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