#c23149

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

Shades of Old Rose #C23149

Tints of Old Rose #C23149

Color information

#C23149 (or 0xC23149) is unknown color: approx Old Rose. HEX triplet: C2, 31 and 49. RGB value is (194,49,73). Sum of RGB (Red+Green+Blue) = 194+49+73=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23149 is #3DCEB6. Grayscale: #5F5F5F. Windows color (decimal): -4050615 or 4796866. OLE color: 4796866.

HSL color Cylindrical-coordinate representation of color #C23149: hue angle of 350.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23149 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1944973-
CMYK00.750.620.24
HSL350.07º59.67%47.65%-
HSV(B)350.07º74.74%76.08%-
XYZ24.5514.157.74-
YUV95.09115.54198.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=61.39%
G=15.51%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194497300.750.620.24350.0759.6747.65
HexC2314904B3E1815e3c30
Octal30261111011376305367460
Binary1100001011000110010010100101111111011000101011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23149; }

 p { color: rgb(194,49,73); }

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

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

 a { background-color: rgb(194,49,73); }

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

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

 span { border-color: rgb(194,49,73); }

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