#C63758

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

Shades of Old Rose #C63758

Tints of Old Rose #C63758

Color information

#C63758 (or 0xC63758) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 58. RGB value is (198,55,88). Sum of RGB (Red+Green+Blue) = 198+55+88=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C63758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63758 is #39C8A7. Grayscale: #656565. Windows color (decimal): -3786920 or 5781446. OLE color: 5781446.

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

Color convert

RGB1985588-
CMYK00.720.560.22
HSL346.15º56.52%49.61%-
HSV(B)346.15º72.22%77.65%-
XYZ26.4215.4410.82-
YUV101.52120.38196.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.06%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=58.06%
G=16.13%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198558800.720.560.22346.1556.5249.61
HexC63758048381615a3932
Octal30667130011070265327162
Binary1100011011011110110000100100011100010110101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63758; }

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

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

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

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

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

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

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

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