#C13958

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

Shades of Old Rose #C13958

Tints of Old Rose #C13958

Color information

#C13958 (or 0xC13958) is unknown color: approx Old Rose. HEX triplet: C1, 39 and 58. RGB value is (193,57,88). Sum of RGB (Red+Green+Blue) = 193+57+88=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C13958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13958 is #3EC6A7. Grayscale: #656565. Windows color (decimal): -4114088 or 5781953. OLE color: 5781953.

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

Color convert

RGB1935788-
CMYK00.700.540.24
HSL346.32º54.4%49.02%-
HSV(B)346.32º70.47%75.69%-
XYZ25.2214.9710.79-
YUV101.2120.56193.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=57.10%
G=16.86%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193578800.700.540.24346.3254.449.02
HexC13958046361815a3631
Octal30171130010666305326661
Binary1100000111100110110000100011011011011000101011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13958; }

 p { color: rgb(193,57,88); }

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

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

 a { background-color: rgb(193,57,88); }

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

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

 span { border-color: rgb(193,57,88); }

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