#C46662

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

Shades of Contessa #C46662

Tints of Contessa #C46662

Color information

#C46662 (or 0xC46662) is unknown color: approx Contessa. HEX triplet: C4, 66 and 62. RGB value is (196,102,98). Sum of RGB (Red+Green+Blue) = 196+102+98=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C46662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46662 is #3B999D. Grayscale: #818181. Windows color (decimal): -3905950 or 6448836. OLE color: 6448836.

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

Color convert

RGB19610298-
CMYK00.480.50.23
HSL2.45º45.37%57.65%-
HSV(B)2.45º50%76.86%-
XYZ29.7222.1214.26-
YUV129.65110.14175.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.49%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=49.49%
G=25.76%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961029800.480.50.232.4545.3757.65
HexC46662030321722d3a
Octal304146142060622725572
Binary110001001100110110001001100001100101011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46662; }

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

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

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

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

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

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

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

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