#C13961

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

Shades of Old Rose #C13961

Tints of Old Rose #C13961

Color information

#C13961 (or 0xC13961) is unknown color: approx Old Rose. HEX triplet: C1, 39 and 61. RGB value is (193,57,97). Sum of RGB (Red+Green+Blue) = 193+57+97=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C13961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13961 is #3EC69E. Grayscale: #666666. Windows color (decimal): -4114079 or 6371777. OLE color: 6371777.

HSL color Cylindrical-coordinate representation of color #C13961: hue angle of 342.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13961 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1935797-
CMYK00.700.500.24
HSL342.35º54.4%49.02%-
HSV(B)342.35º70.47%75.69%-
XYZ25.6115.1312.88-
YUV102.22125.06192.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=55.62%
G=16.43%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193579700.700.500.24342.3554.449.02
HexC1396104632181563631
Octal30171141010662305266661
Binary1100000111100111000010100011011001011000101010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13961; }

 p { color: rgb(193,57,97); }

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

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

 a { background-color: rgb(193,57,97); }

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

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

 span { border-color: rgb(193,57,97); }

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