#C63A50

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

Shades of Old Rose #C63A50

Tints of Old Rose #C63A50

Color information

#C63A50 (or 0xC63A50) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 50. RGB value is (198,58,80). Sum of RGB (Red+Green+Blue) = 198+58+80=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A50 is #39C5AF. Grayscale: #666666. Windows color (decimal): -3786160 or 5257926. OLE color: 5257926.

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

Color convert

RGB1985880-
CMYK00.710.600.22
HSL350.57º55.12%50.2%-
HSV(B)350.57º70.71%77.65%-
XYZ26.2515.619.22-
YUV102.37115.38196.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=58.93%
G=17.26%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198588000.710.600.22350.5755.1250.2
HexC63A500473C1615f3732
Octal30672120010774265376762
Binary1100011011101010100000100011111110010110101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A50; }

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

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

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

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

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

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

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

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