#C13D54

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

Shades of Old Rose #C13D54

Tints of Old Rose #C13D54

Color information

#C13D54 (or 0xC13D54) is unknown color: approx Old Rose. HEX triplet: C1, 3D and 54. RGB value is (193,61,84). Sum of RGB (Red+Green+Blue) = 193+61+84=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D54 is #3EC2AB. Grayscale: #676767. Windows color (decimal): -4113068 or 5520833. OLE color: 5520833.

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

Color convert

RGB1936184-
CMYK00.680.560.24
HSL349.55º51.97%49.8%-
HSV(B)349.55º68.39%75.69%-
XYZ25.2615.3210.01-
YUV103.09117.23192.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=57.10%
G=18.05%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193618400.680.560.24349.5551.9749.8
HexC13D54044381815e3432
Octal30175124010470305366462
Binary1100000111110110101000100010011100011000101011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13D54; }

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

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

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

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

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

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

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

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