#c06460

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

Shades of Contessa #C06460

Tints of Contessa #C06460

Color information

#C06460 (or 0xC06460) is unknown color: approx Contessa. HEX triplet: C0, 64 and 60. RGB value is (192,100,96). Sum of RGB (Red+Green+Blue) = 192+100+96=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06460 is #3F9B9F. Grayscale: #7F7F7F. Windows color (decimal): -4168608 or 6317248. OLE color: 6317248.

HSL color Cylindrical-coordinate representation of color #C06460: hue angle of 2.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06460 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19210096-
CMYK00.480.500.25
HSL2.5º43.24%56.47%-
HSV(B)2.5º50%75.29%-
XYZ28.4121.1713.65-
YUV127.05110.48174.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=49.48%
G=25.77%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921009600.480.500.252.543.2456.47
HexC06460030321932b38
Octal300144140060623135370
Binary110000001100100110000001100001100101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06460; }

 p { color: rgb(192,100,96); }

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

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

 a { background-color: rgb(192,100,96); }

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

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

 span { border-color: rgb(192,100,96); }

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