#C63A5D

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

Shades of Old Rose #C63A5D

Tints of Old Rose #C63A5D

Color information

#C63A5D (or 0xC63A5D) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 5D. RGB value is (198,58,93). Sum of RGB (Red+Green+Blue) = 198+58+93=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A5D is #39C5A2. Grayscale: #676767. Windows color (decimal): -3786147 or 6109894. OLE color: 6109894.

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

Color convert

RGB1985893-
CMYK00.710.530.22
HSL345º55.12%50.2%-
HSV(B)345º70.71%77.65%-
XYZ26.7815.8212-
YUV103.85121.88195.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.73%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=56.73%
G=16.62%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198589300.710.530.2234555.1250.2
HexC63A5D04735161593732
Octal30672135010765265316762
Binary1100011011101010111010100011111010110110101011001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A5D; }

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

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

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

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

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

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

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

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