#C63A5B

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

Shades of Old Rose #C63A5B

Tints of Old Rose #C63A5B

Color information

#C63A5B (or 0xC63A5B) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 5B. RGB value is (198,58,91). Sum of RGB (Red+Green+Blue) = 198+58+91=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A5B is #39C5A4. Grayscale: #676767. Windows color (decimal): -3786149 or 5978822. OLE color: 5978822.

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

Color convert

RGB1985891-
CMYK00.710.540.22
HSL345.86º55.12%50.2%-
HSV(B)345.86º70.71%77.65%-
XYZ26.6915.7911.54-
YUV103.62120.88195.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=57.06%
G=16.71%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198589100.710.540.22345.8655.1250.2
HexC63A5B047361615a3732
Octal30672133010766265326762
Binary1100011011101010110110100011111011010110101011010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A5B; }

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

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

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

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

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

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

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

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