#C6295E

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

Shades of Old Rose #C6295E

Tints of Old Rose #C6295E

Color information

#C6295E (or 0xC6295E) is unknown color: approx Old Rose. HEX triplet: C6, 29 and 5E. RGB value is (198,41,94). Sum of RGB (Red+Green+Blue) = 198+41+94=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6295E is #39D6A1. Grayscale: #5D5D5D. Windows color (decimal): -3790498 or 6171078. OLE color: 6171078.

HSL color Cylindrical-coordinate representation of color #C6295E: hue angle of 339.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6295E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1984194-
CMYK00.790.530.22
HSL339.75º65.69%46.86%-
HSV(B)339.75º79.29%77.65%-
XYZ26.114.411.99-
YUV93.99128.01202.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=59.46%
G=12.31%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198419400.790.530.22339.7565.6946.86
HexC6295E04F3516154422f
Octal306511360117652652410257
Binary11000110101001101111001001111110101101101010101001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6295E; }

 p { color: rgb(198,41,94); }

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

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

 a { background-color: rgb(198,41,94); }

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

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

 span { border-color: rgb(198,41,94); }

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