#C63759

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

Shades of Old Rose #C63759

Tints of Old Rose #C63759

Color information

#C63759 (or 0xC63759) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 59. RGB value is (198,55,89). Sum of RGB (Red+Green+Blue) = 198+55+89=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C63759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63759 is #39C8A6. Grayscale: #656565. Windows color (decimal): -3786919 or 5846982. OLE color: 5846982.

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

Color convert

RGB1985589-
CMYK00.720.550.22
HSL345.73º56.52%49.61%-
HSV(B)345.73º72.22%77.65%-
XYZ26.4615.4611.04-
YUV101.63120.88196.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.89%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=57.89%
G=16.08%
B=26.02%

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
Decimal198558900.720.550.22345.7356.5249.61
HexC63759048371615a3932
Octal30667131011067265327162
Binary1100011011011110110010100100011011110110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63759; }

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

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

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

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

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

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

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

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