#c63054

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

Shades of Old Rose #C63054

Tints of Old Rose #C63054

Color information

#C63054 (or 0xC63054) is unknown color: approx Old Rose. HEX triplet: C6, 30 and 54. RGB value is (198,48,84). Sum of RGB (Red+Green+Blue) = 198+48+84=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C63054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63054 is #39CFAB. Grayscale: #606060. Windows color (decimal): -3788716 or 5517510. OLE color: 5517510.

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

Color convert

RGB1984884-
CMYK00.760.580.22
HSL345.6º60.98%48.24%-
HSV(B)345.6º75.76%77.65%-
XYZ25.9514.769.87-
YUV96.95120.7200.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=60%
G=14.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198488400.760.580.22345.660.9848.24
HexC6305404C3A1615a3d30
Octal30660124011472265327560
Binary1100011011000010101000100110011101010110101011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63054; }

 p { color: rgb(198,48,84); }

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

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

 a { background-color: rgb(198,48,84); }

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

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

 span { border-color: rgb(198,48,84); }

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