#C13059

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

Shades of Old Rose #C13059

Tints of Old Rose #C13059

Color information

#C13059 (or 0xC13059) is unknown color: approx Old Rose. HEX triplet: C1, 30 and 59. RGB value is (193,48,89). Sum of RGB (Red+Green+Blue) = 193+48+89=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13059 is #3ECFA6. Grayscale: #606060. Windows color (decimal): -4116391 or 5845185. OLE color: 5845185.

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

Color convert

RGB1934889-
CMYK00.750.540.24
HSL343.03º60.17%47.25%-
HSV(B)343.03º75.13%75.69%-
XYZ24.8514.1710.88-
YUV96.03124.04197.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=58.48%
G=14.55%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193488900.750.540.24343.0360.1747.25
HexC1305904B36181573c2f
Octal30160131011366305277457
Binary1100000111000010110010100101111011011000101010111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13059; }

 p { color: rgb(193,48,89); }

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

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

 a { background-color: rgb(193,48,89); }

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

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

 span { border-color: rgb(193,48,89); }

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