#C63F55

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

Shades of Old Rose #C63F55

Tints of Old Rose #C63F55

Color information

#C63F55 (or 0xC63F55) is unknown color: approx Old Rose. HEX triplet: C6, 3F and 55. RGB value is (198,63,85). Sum of RGB (Red+Green+Blue) = 198+63+85=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F55 is #39C0AA. Grayscale: #696969. Windows color (decimal): -3784875 or 5586886. OLE color: 5586886.

HSL color Cylindrical-coordinate representation of color #C63F55: hue angle of 350.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F55 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1986385-
CMYK00.680.570.22
HSL350.22º54.22%51.18%-
HSV(B)350.22º68.18%77.65%-
XYZ26.7116.2210.32-
YUV105.87116.23193.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.23%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=57.23%
G=18.21%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198638500.680.570.22350.2254.2251.18
HexC63F55044391615e3633
Octal30677125010471265366663
Binary1100011011111110101010100010011100110110101011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F55; }

 p { color: rgb(198,63,85); }

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

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

 a { background-color: rgb(198,63,85); }

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

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

 span { border-color: rgb(198,63,85); }

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