#C13D53

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

Shades of Old Rose #C13D53

Tints of Old Rose #C13D53

Color information

#C13D53 (or 0xC13D53) is unknown color: approx Old Rose. HEX triplet: C1, 3D and 53. RGB value is (193,61,83). Sum of RGB (Red+Green+Blue) = 193+61+83=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D53 is #3EC2AC. Grayscale: #676767. Windows color (decimal): -4113069 or 5455297. OLE color: 5455297.

HSL color Cylindrical-coordinate representation of color #C13D53: hue angle of 350º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D53 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1936183-
CMYK00.680.570.24
HSL350º51.97%49.8%-
HSV(B)350º68.39%75.69%-
XYZ25.2215.39.81-
YUV102.98116.73192.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=57.27%
G=18.10%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193618300.680.570.2435051.9749.8
HexC13D53044391815e3432
Octal30175123010471305366462
Binary1100000111110110100110100010011100111000101011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D53; }

 p { color: rgb(193,61,83); }

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

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

 a { background-color: rgb(193,61,83); }

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

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

 span { border-color: rgb(193,61,83); }

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