#C13749

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

Shades of Old Rose #C13749

Tints of Old Rose #C13749

Color information

#C13749 (or 0xC13749) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 49. RGB value is (193,55,73). Sum of RGB (Red+Green+Blue) = 193+55+73=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C13749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13749 is #3EC8B6. Grayscale: #626262. Windows color (decimal): -4114615 or 4798401. OLE color: 4798401.

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

Color convert

RGB1935573-
CMYK00.720.620.24
HSL352.17º55.65%48.63%-
HSV(B)352.17º71.5%75.69%-
XYZ24.5614.557.82-
YUV98.31113.72195.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=60.12%
G=17.13%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193557300.720.620.24352.1755.6548.63
HexC137490483E181603831
Octal30167111011076305407061
Binary1100000111011110010010100100011111011000101100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13749; }

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

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

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

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

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

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

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

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