#C46664

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

Shades of Contessa #C46664

Tints of Contessa #C46664

Color information

#C46664 (or 0xC46664) is unknown color: approx Contessa. HEX triplet: C4, 66 and 64. RGB value is (196,102,100). Sum of RGB (Red+Green+Blue) = 196+102+100=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C46664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46664 is #3B999B. Grayscale: #818181. Windows color (decimal): -3905948 or 6579908. OLE color: 6579908.

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

Color convert

RGB196102100-
CMYK00.480.490.23
HSL1.25º44.86%58.04%-
HSV(B)1.25º48.98%76.86%-
XYZ29.8222.1614.76-
YUV129.88111.14175.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=49.25%
G=25.63%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610210000.480.490.231.2544.8658.04
HexC46664030311712d3a
Octal304146144060612715572
Binary11000100110011011001000110000110001101111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46664; }

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

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

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

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

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

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

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

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