#C63861

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

Shades of Old Rose #C63861

Tints of Old Rose #C63861

Color information

#C63861 (or 0xC63861) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 61. RGB value is (198,56,97). Sum of RGB (Red+Green+Blue) = 198+56+97=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C63861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63861 is #39C79E. Grayscale: #676767. Windows color (decimal): -3786655 or 6371526. OLE color: 6371526.

HSL color Cylindrical-coordinate representation of color #C63861: hue angle of 342.68º 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 #C63861 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB1985697-
CMYK00.720.510.22
HSL342.68º55.91%49.8%-
HSV(B)342.68º71.72%77.65%-
XYZ26.8615.712.92-
YUV103.13124.54195.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=56.41%
G=15.95%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198569700.720.510.22342.6855.9149.8
HexC6386104833161573832
Octal30670141011063265277062
Binary1100011011100011000010100100011001110110101010111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63861; }

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

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

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

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

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

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

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

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