#C0294E

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

Shades of Old Rose #C0294E

Tints of Old Rose #C0294E

Color information

#C0294E (or 0xC0294E) is unknown color: approx Old Rose. HEX triplet: C0, 29 and 4E. RGB value is (192,41,78). Sum of RGB (Red+Green+Blue) = 192+41+78=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0294E is #3FD6B1. Grayscale: #5A5A5A. Windows color (decimal): -4183730 or 5122496. OLE color: 5122496.

HSL color Cylindrical-coordinate representation of color #C0294E: hue angle of 345.3º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0294E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1924178-
CMYK00.790.590.25
HSL345.3º64.81%45.69%-
HSV(B)345.3º78.65%75.29%-
XYZ23.9113.348.52-
YUV90.37121.03200.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=61.74%
G=13.18%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192417800.790.590.25345.364.8145.69
HexC0294E04F3B19159412e
Octal300511160117733153110156
Binary11000000101001100111001001111111011110011010110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0294E; }

 p { color: rgb(192,41,78); }

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

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

 a { background-color: rgb(192,41,78); }

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

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

 span { border-color: rgb(192,41,78); }

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