#C23150

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

Shades of Old Rose #C23150

Tints of Old Rose #C23150

Color information

#C23150 (or 0xC23150) is unknown color: approx Old Rose. HEX triplet: C2, 31 and 50. RGB value is (194,49,80). Sum of RGB (Red+Green+Blue) = 194+49+80=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C23150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23150 is #3DCEAF. Grayscale: #5F5F5F. Windows color (decimal): -4050608 or 5255618. OLE color: 5255618.

HSL color Cylindrical-coordinate representation of color #C23150: hue angle of 347.17º 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 #C23150 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1944980-
CMYK00.750.590.24
HSL347.17º59.67%47.65%-
HSV(B)347.17º74.74%76.08%-
XYZ24.7914.259.03-
YUV95.89119.04197.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.06%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=60.06%
G=15.17%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194498000.750.590.24347.1759.6747.65
HexC2315004B3B1815b3c30
Octal30261120011373305337460
Binary1100001011000110100000100101111101111000101011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23150; }

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

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

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

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

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

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

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

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