#C63859

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

Shades of Old Rose #C63859

Tints of Old Rose #C63859

Color information

#C63859 (or 0xC63859) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 59. RGB value is (198,56,89). Sum of RGB (Red+Green+Blue) = 198+56+89=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C63859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63859 is #39C7A6. Grayscale: #666666. Windows color (decimal): -3786663 or 5847238. OLE color: 5847238.

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

Color convert

RGB1985689-
CMYK00.720.550.22
HSL346.06º55.91%49.8%-
HSV(B)346.06º71.72%77.65%-
XYZ26.5115.5611.06-
YUV102.22120.54196.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=57.73%
G=16.33%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198568900.720.550.22346.0655.9149.8
HexC63859048371615a3832
Octal30670131011067265327062
Binary1100011011100010110010100100011011110110101011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63859; }

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

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

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

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

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

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

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

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