#c63a51

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

Shades of Old Rose #C63A51

Tints of Old Rose #C63A51

Color information

#C63A51 (or 0xC63A51) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 51. RGB value is (198,58,81). Sum of RGB (Red+Green+Blue) = 198+58+81=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A51 is #39C5AE. Grayscale: #666666. Windows color (decimal): -3786159 or 5323462. OLE color: 5323462.

HSL color Cylindrical-coordinate representation of color #C63A51: hue angle of 350.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A51 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1985881-
CMYK00.710.590.22
HSL350.14º55.12%50.2%-
HSV(B)350.14º70.71%77.65%-
XYZ26.2915.639.42-
YUV102.48115.88196.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=58.75%
G=17.21%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198588100.710.590.22350.1455.1250.2
HexC63A510473B1615e3732
Octal30672121010773265366762
Binary1100011011101010100010100011111101110110101011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63a51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63a51; }

 p { color: rgb(198,58,81); }

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

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

 a { background-color: rgb(198,58,81); }

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

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

 span { border-color: rgb(198,58,81); }

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