#C13857

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

Shades of Old Rose #C13857

Tints of Old Rose #C13857

Color information

#C13857 (or 0xC13857) is unknown color: approx Old Rose. HEX triplet: C1, 38 and 57. RGB value is (193,56,87). Sum of RGB (Red+Green+Blue) = 193+56+87=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C13857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13857 is #3EC7A8. Grayscale: #646464. Windows color (decimal): -4114345 or 5716161. OLE color: 5716161.

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

Color convert

RGB1935687-
CMYK00.710.550.24
HSL346.42º55.02%48.82%-
HSV(B)346.42º70.98%75.69%-
XYZ25.1314.8510.56-
YUV100.5120.39193.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=57.44%
G=16.67%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193568700.710.550.24346.4255.0248.82
HexC13857047371815a3731
Octal30170127010767305326761
Binary1100000111100010101110100011111011111000101011010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13857; }

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

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

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

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

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

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

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

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