#C46D6C

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

Shades of Contessa #C46D6C

Tints of Contessa #C46D6C

Color information

#C46D6C (or 0xC46D6C) is unknown color: approx Contessa. HEX triplet: C4, 6D and 6C. RGB value is (196,109,108). Sum of RGB (Red+Green+Blue) = 196+109+108=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D6C is #3B9293. Grayscale: #868686. Windows color (decimal): -3904148 or 7105988. OLE color: 7105988.

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

Color convert

RGB196109108-
CMYK00.440.450.23
HSL0.68º42.72%59.61%-
HSV(B)0.68º44.9%76.86%-
XYZ30.9423.7617.14-
YUV134.9112.82171.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=47.46%
G=26.39%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610910800.440.450.230.6842.7259.61
HexC46D6C02C2D1712b3c
Octal304155154054552715374
Binary11000100110110111011000101100101101101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D6C; }

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

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

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

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

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

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

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

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