#C63A60

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

Shades of Old Rose #C63A60

Tints of Old Rose #C63A60

Color information

#C63A60 (or 0xC63A60) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 60. RGB value is (198,58,96). Sum of RGB (Red+Green+Blue) = 198+58+96=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A60 is #39C59F. Grayscale: #686868. Windows color (decimal): -3786144 or 6306502. OLE color: 6306502.

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

Color convert

RGB1985896-
CMYK00.710.520.22
HSL343.71º55.12%50.2%-
HSV(B)343.71º70.71%77.65%-
XYZ26.9115.8812.71-
YUV104.19123.38194.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=56.25%
G=16.48%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198589600.710.520.22343.7155.1250.2
HexC63A6004734161583732
Octal30672140010764265306762
Binary1100011011101011000000100011111010010110101011000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A60; }

 p { color: rgb(198,58,96); }

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

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

 a { background-color: rgb(198,58,96); }

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

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

 span { border-color: rgb(198,58,96); }

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