#C46D6D

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

Shades of Contessa #C46D6D

Tints of Contessa #C46D6D

Color information

#C46D6D (or 0xC46D6D) is unknown color: approx Contessa. HEX triplet: C4, 6D and 6D. RGB value is (196,109,109). Sum of RGB (Red+Green+Blue) = 196+109+109=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D6D is #3B9292. Grayscale: #878787. Windows color (decimal): -3904147 or 7171524. OLE color: 7171524.

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

Color convert

RGB196109109-
CMYK00.440.440.23
HSL42.44%59.8%-
HSV(B)44.39%76.86%-
XYZ30.9923.7817.42-
YUV135.01113.32171.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=47.34%
G=26.33%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610910900.440.440.23042.4459.8
HexC46D6D02C2C1702a3c
Octal304155155054542705274
Binary11000100110110111011010101100101100101110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D6D; }

 p { color: rgb(196,109,109); }

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

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

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

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

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

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

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