#C23950

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

Shades of Old Rose #C23950

Tints of Old Rose #C23950

Color information

#C23950 (or 0xC23950) is unknown color: approx Old Rose. HEX triplet: C2, 39 and 50. RGB value is (194,57,80). Sum of RGB (Red+Green+Blue) = 194+57+80=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C23950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23950 is #3DC6AF. Grayscale: #646464. Windows color (decimal): -4048560 or 5257666. OLE color: 5257666.

HSL color Cylindrical-coordinate representation of color #C23950: hue angle of 349.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23950 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1945780-
CMYK00.710.590.24
HSL349.93º54.58%49.22%-
HSV(B)349.93º70.62%76.08%-
XYZ25.1614.979.15-
YUV100.58116.39194.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=58.61%
G=17.22%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194578000.710.590.24349.9354.5849.22
HexC239500473B1815e3731
Octal30271120010773305366761
Binary1100001011100110100000100011111101111000101011110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23950; }

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

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

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

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

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

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

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

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