#C63151

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

Shades of Old Rose #C63151

Tints of Old Rose #C63151

Color information

#C63151 (or 0xC63151) is unknown color: approx Old Rose. HEX triplet: C6, 31 and 51. RGB value is (198,49,81). Sum of RGB (Red+Green+Blue) = 198+49+81=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C63151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63151 is #39CEAE. Grayscale: #616161. Windows color (decimal): -3788463 or 5321158. OLE color: 5321158.

HSL color Cylindrical-coordinate representation of color #C63151: hue angle of 347.11º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63151 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1984981-
CMYK00.750.590.22
HSL347.11º60.32%48.43%-
HSV(B)347.11º75.25%77.65%-
XYZ25.8714.89.28-
YUV97.2118.86199.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.37%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=60.37%
G=14.94%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198498100.750.590.22347.1160.3248.43
HexC6315104B3B1615b3c30
Octal30661121011373265337460
Binary1100011011000110100010100101111101110110101011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63151; }

 p { color: rgb(198,49,81); }

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

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

 a { background-color: rgb(198,49,81); }

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

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

 span { border-color: rgb(198,49,81); }

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