#c63a53

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

Shades of Old Rose #C63A53

Tints of Old Rose #C63A53

Color information

#C63A53 (or 0xC63A53) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 53. RGB value is (198,58,83). Sum of RGB (Red+Green+Blue) = 198+58+83=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A53 is #39C5AC. Grayscale: #666666. Windows color (decimal): -3786157 or 5454534. OLE color: 5454534.

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

Color convert

RGB1985883-
CMYK00.710.580.22
HSL349.29º55.12%50.2%-
HSV(B)349.29º70.71%77.65%-
XYZ26.3615.669.82-
YUV102.71116.88195.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.41%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=58.41%
G=17.11%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198588300.710.580.22349.2955.1250.2
HexC63A530473A1615d3732
Octal30672123010772265356762
Binary1100011011101010100110100011111101010110101011101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63a53; }

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

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

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

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

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

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

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

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