#C46A66

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

Shades of Contessa #C46A66

Tints of Contessa #C46A66

Color information

#C46A66 (or 0xC46A66) is unknown color: approx Contessa. HEX triplet: C4, 6A and 66. RGB value is (196,106,102). Sum of RGB (Red+Green+Blue) = 196+106+102=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A66 is #3B9599. Grayscale: #848484. Windows color (decimal): -3904922 or 6712004. OLE color: 6712004.

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

Color convert

RGB196106102-
CMYK00.460.480.23
HSL2.55º44.34%58.43%-
HSV(B)2.55º47.96%76.86%-
XYZ30.322315.41-
YUV132.45110.82173.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=48.51%
G=26.24%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610610200.460.480.232.5544.3458.43
HexC46A6602E301732c3a
Octal304152146056602735472
Binary110001001101010110011001011101100001011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A66; }

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

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

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

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

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

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

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

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