#C46C5F

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

Shades of Contessa #C46C5F

Tints of Contessa #C46C5F

Color information

#C46C5F (or 0xC46C5F) is unknown color: approx Contessa. HEX triplet: C4, 6C and 5F. RGB value is (196,108,95). Sum of RGB (Red+Green+Blue) = 196+108+95=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C5F is #3B93A0. Grayscale: #848484. Windows color (decimal): -3904417 or 6253764. OLE color: 6253764.

HSL color Cylindrical-coordinate representation of color #C46C5F: hue angle of 7.72º 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 #C46C5F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19610895-
CMYK00.450.520.23
HSL7.72º46.12%57.06%-
HSV(B)7.72º51.53%76.86%-
XYZ30.1923.2913.73-
YUV132.83106.65173.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=49.12%
G=27.07%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961089500.450.520.237.7246.1257.06
HexC46C5F02D341782e39
Octal3041541370556427105671
Binary11000100110110010111110101101110100101111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C5F; }

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

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

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

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

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

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

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

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