#C50669

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

Shades of Ruby #C50669

Tints of Ruby #C50669

Color information

#C50669 (or 0xC50669) is unknown color: approx Ruby. HEX triplet: C5, 06 and 69. RGB value is (197,6,105). Sum of RGB (Red+Green+Blue) = 197+6+105=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C50669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50669 is #3AF996. Grayscale: #4A4A4A. Windows color (decimal): -3864983 or 6883013. OLE color: 6883013.

HSL color Cylindrical-coordinate representation of color #C50669: hue angle of 328.9º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50669 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB1976105-
CMYK00.970.470.23
HSL328.9º94.09%39.8%-
HSV(B)328.9º96.95%77.25%-
XYZ25.6413.0214.53-
YUV74.4145.28215.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=63.96%
G=1.95%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197610500.970.470.23328.994.0939.8
HexC56690612F171495e28
Octal30561510141572751113650
Binary11000101110110100101100001101111101111010010011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50669; }

 p { color: rgb(197,6,105); }

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

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

 a { background-color: rgb(197,6,105); }

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

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

 span { border-color: rgb(197,6,105); }

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