#C13755

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

Shades of Old Rose #C13755

Tints of Old Rose #C13755

Color information

#C13755 (or 0xC13755) is unknown color: approx Old Rose. HEX triplet: C1, 37 and 55. RGB value is (193,55,85). Sum of RGB (Red+Green+Blue) = 193+55+85=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13755 is #3EC8AA. Grayscale: #636363. Windows color (decimal): -4114603 or 5584833. OLE color: 5584833.

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

Color convert

RGB1935585-
CMYK00.720.560.24
HSL346.96º55.65%48.63%-
HSV(B)346.96º71.5%75.69%-
XYZ2514.7310.12-
YUV99.68119.72194.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=57.96%
G=16.52%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193558500.720.560.24346.9655.6548.63
HexC13755048381815b3831
Octal30167125011070305337061
Binary1100000111011110101010100100011100011000101011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13755; }

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

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

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

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

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

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

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

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