#C63A58

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

Shades of Old Rose #C63A58

Tints of Old Rose #C63A58

Color information

#C63A58 (or 0xC63A58) is unknown color: approx Old Rose. HEX triplet: C6, 3A and 58. RGB value is (198,58,88). Sum of RGB (Red+Green+Blue) = 198+58+88=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A58 is #39C5A7. Grayscale: #676767. Windows color (decimal): -3786152 or 5782214. OLE color: 5782214.

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

Color convert

RGB1985888-
CMYK00.710.560.22
HSL347.14º55.12%50.2%-
HSV(B)347.14º70.71%77.65%-
XYZ26.5615.7410.87-
YUV103.28119.38195.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.56%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=57.56%
G=16.86%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198588800.710.560.22347.1455.1250.2
HexC63A58047381615b3732
Octal30672130010770265336762
Binary1100011011101010110000100011111100010110101011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63A58; }

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

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

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

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

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

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

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

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