#C6404E

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

Shades of Old Rose #C6404E

Tints of Old Rose #C6404E

Color information

#C6404E (or 0xC6404E) is unknown color: approx Old Rose. HEX triplet: C6, 40 and 4E. RGB value is (198,64,78). Sum of RGB (Red+Green+Blue) = 198+64+78=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6404E is #39BFB1. Grayscale: #696969. Windows color (decimal): -3784626 or 5128390. OLE color: 5128390.

HSL color Cylindrical-coordinate representation of color #C6404E: hue angle of 353.73º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6404E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1986478-
CMYK00.680.610.22
HSL353.73º54.03%51.37%-
HSV(B)353.73º67.68%77.65%-
XYZ26.516.228.94-
YUV105.66112.39193.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.24%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=58.24%
G=18.82%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198647800.680.610.22353.7354.0351.37
HexC6404E0443D161623633
Octal306100116010475265426663
Binary11000110100000010011100100010011110110110101100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6404E; }

 p { color: rgb(198,64,78); }

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

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

 a { background-color: rgb(198,64,78); }

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

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

 span { border-color: rgb(198,64,78); }

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