#C63659

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

Shades of Old Rose #C63659

Tints of Old Rose #C63659

Color information

#C63659 (or 0xC63659) is unknown color: approx Old Rose. HEX triplet: C6, 36 and 59. RGB value is (198,54,89). Sum of RGB (Red+Green+Blue) = 198+54+89=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C63659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63659 is #39C9A6. Grayscale: #656565. Windows color (decimal): -3787175 or 5846726. OLE color: 5846726.

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

Color convert

RGB1985489-
CMYK00.730.550.22
HSL345.42º57.14%49.41%-
HSV(B)345.42º72.73%77.65%-
XYZ26.4115.3711.02-
YUV101.05121.21197.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=58.06%
G=15.84%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198548900.730.550.22345.4257.1449.41
HexC6365904937161593931
Octal30666131011167265317161
Binary1100011011011010110010100100111011110110101011001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63659; }

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

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

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

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

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

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

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

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