#C13849

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

Shades of Old Rose #C13849

Tints of Old Rose #C13849

Color information

#C13849 (or 0xC13849) is unknown color: approx Old Rose. HEX triplet: C1, 38 and 49. RGB value is (193,56,73). Sum of RGB (Red+Green+Blue) = 193+56+73=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C13849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13849 is #3EC7B6. Grayscale: #626262. Windows color (decimal): -4114359 or 4798657. OLE color: 4798657.

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

Color convert

RGB1935673-
CMYK00.710.620.24
HSL352.55º55.02%48.82%-
HSV(B)352.55º70.98%75.69%-
XYZ24.6114.657.83-
YUV98.9113.39195.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.94%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=59.94%
G=17.39%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193567300.710.620.24352.5555.0248.82
HexC138490473E181613731
Octal30170111010776305416761
Binary1100000111100010010010100011111111011000101100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13849; }

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

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

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

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

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

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

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

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