#C13853

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

Shades of Old Rose #C13853

Tints of Old Rose #C13853

Color information

#C13853 (or 0xC13853) is unknown color: approx Old Rose. HEX triplet: C1, 38 and 53. RGB value is (193,56,83). Sum of RGB (Red+Green+Blue) = 193+56+83=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C13853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13853 is #3EC7AC. Grayscale: #646464. Windows color (decimal): -4114349 or 5454017. OLE color: 5454017.

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

Color convert

RGB1935683-
CMYK00.710.570.24
HSL348.18º55.02%48.82%-
HSV(B)348.18º70.98%75.69%-
XYZ24.9714.799.72-
YUV100.04118.39194.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.13%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 83 (32.81% from 255) = 25%
R=58.13%
G=16.87%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193568300.710.570.24348.1855.0248.82
HexC13853047391815c3731
Octal30170123010771305346761
Binary1100000111100010100110100011111100111000101011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13853; }

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

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

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

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

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

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

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

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