#C13F5B

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

Shades of Old Rose #C13F5B

Tints of Old Rose #C13F5B

Color information

#C13F5B (or 0xC13F5B) is unknown color: approx Old Rose. HEX triplet: C1, 3F and 5B. RGB value is (193,63,91). Sum of RGB (Red+Green+Blue) = 193+63+91=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F5B is #3EC0A4. Grayscale: #696969. Windows color (decimal): -4112549 or 5980097. OLE color: 5980097.

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

Color convert

RGB1936391-
CMYK00.670.530.24
HSL347.08º51.18%50.2%-
HSV(B)347.08º67.36%75.69%-
XYZ25.6615.6511.57-
YUV105.06120.07190.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=55.62%
G=18.16%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193639100.670.530.24347.0851.1850.2
HexC13F5B043351815b3332
Octal30177133010365305336362
Binary1100000111111110110110100001111010111000101011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F5B; }

 p { color: rgb(193,63,91); }

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

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

 a { background-color: rgb(193,63,91); }

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

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

 span { border-color: rgb(193,63,91); }

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