#C63761

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

Shades of Old Rose #C63761

Tints of Old Rose #C63761

Color information

#C63761 (or 0xC63761) is unknown color: approx Old Rose. HEX triplet: C6, 37 and 61. RGB value is (198,55,97). Sum of RGB (Red+Green+Blue) = 198+55+97=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C63761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63761 is #39C89E. Grayscale: #666666. Windows color (decimal): -3786911 or 6371270. OLE color: 6371270.

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

Color convert

RGB1985597-
CMYK00.720.510.22
HSL342.38º56.52%49.61%-
HSV(B)342.38º72.22%77.65%-
XYZ26.8115.612.91-
YUV102.54124.88196.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=56.57%
G=15.71%
B=27.71%

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
Decimal198559700.720.510.22342.3856.5249.61
HexC6376104833161563932
Octal30667141011063265267162
Binary1100011011011111000010100100011001110110101010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63761; }

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

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

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

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

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

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

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

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