#c63860

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

Shades of Old Rose #C63860

Tints of Old Rose #C63860

Color information

#C63860 (or 0xC63860) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 60. RGB value is (198,56,96). Sum of RGB (Red+Green+Blue) = 198+56+96=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C63860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63860 is #39C79F. Grayscale: #676767. Windows color (decimal): -3786656 or 6305990. OLE color: 6305990.

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

Color convert

RGB1985696-
CMYK00.720.520.22
HSL343.1º55.91%49.8%-
HSV(B)343.1º71.72%77.65%-
XYZ26.8115.6812.68-
YUV103.02124.04195.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=56.57%
G=16%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198569600.720.520.22343.155.9149.8
HexC6386004834161573832
Octal30670140011064265277062
Binary1100011011100011000000100100011010010110101010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63860; }

 p { color: rgb(198,56,96); }

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

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

 a { background-color: rgb(198,56,96); }

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

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

 span { border-color: rgb(198,56,96); }

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