#C13E5A

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

Shades of Old Rose #C13E5A

Tints of Old Rose #C13E5A

Color information

#C13E5A (or 0xC13E5A) is unknown color: approx Old Rose. HEX triplet: C1, 3E and 5A. RGB value is (193,62,90). Sum of RGB (Red+Green+Blue) = 193+62+90=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5A is #3EC1A5. Grayscale: #686868. Windows color (decimal): -4112806 or 5914305. OLE color: 5914305.

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

Color convert

RGB1936290-
CMYK00.680.530.24
HSL347.18º51.37%50%-
HSV(B)347.18º67.88%75.69%-
XYZ25.5615.5211.32-
YUV104.36119.9191.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=55.94%
G=17.97%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193629000.680.530.24347.1851.3750
HexC13E5A044351815b3332
Octal30176132010465305336362
Binary1100000111111010110100100010011010111000101011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E5A; }

 p { color: rgb(193,62,90); }

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

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

 a { background-color: rgb(193,62,90); }

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

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

 span { border-color: rgb(193,62,90); }

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