#C13861

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

Shades of Old Rose #C13861

Tints of Old Rose #C13861

Color information

#C13861 (or 0xC13861) is unknown color: approx Old Rose. HEX triplet: C1, 38 and 61. RGB value is (193,56,97). Sum of RGB (Red+Green+Blue) = 193+56+97=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C13861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13861 is #3EC79E. Grayscale: #656565. Windows color (decimal): -4114335 or 6371521. OLE color: 6371521.

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

Color convert

RGB1935697-
CMYK00.710.500.24
HSL342.04º55.02%48.82%-
HSV(B)342.04º70.98%75.69%-
XYZ25.5615.0312.86-
YUV101.64125.39193.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 56 (22.27% from 255) = 16.18%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=55.78%
G=16.18%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193569700.710.500.24342.0455.0248.82
HexC1386104732181563731
Octal30170141010762305266761
Binary1100000111100011000010100011111001011000101010110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13861; }

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

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

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

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

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

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

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

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