#c13851

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

Shades of Old Rose #C13851

Tints of Old Rose #C13851

Color information

#C13851 (or 0xC13851) is unknown color: approx Old Rose. HEX triplet: C1, 38 and 51. RGB value is (193,56,81). Sum of RGB (Red+Green+Blue) = 193+56+81=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C13851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13851 is #3EC7AE. Grayscale: #636363. Windows color (decimal): -4114351 or 5322945. OLE color: 5322945.

HSL color Cylindrical-coordinate representation of color #C13851: hue angle of 349.05º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13851 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1935681-
CMYK00.710.580.24
HSL349.05º55.02%48.82%-
HSV(B)349.05º70.98%75.69%-
XYZ24.8914.769.32-
YUV99.81117.39194.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=58.48%
G=16.97%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193568100.710.580.24349.0555.0248.82
HexC138510473A1815d3731
Octal30170121010772305356761
Binary1100000111100010100010100011111101011000101011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13851; }

 p { color: rgb(193,56,81); }

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

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

 a { background-color: rgb(193,56,81); }

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

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

 span { border-color: rgb(193,56,81); }

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