#C50962

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

Shades of Ruby #C50962

Tints of Ruby #C50962

Color information

#C50962 (or 0xC50962) is unknown color: approx Ruby. HEX triplet: C5, 09 and 62. RGB value is (197,9,98). Sum of RGB (Red+Green+Blue) = 197+9+98=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C50962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50962 is #3AF69D. Grayscale: #4B4B4B. Windows color (decimal): -3864222 or 6425029. OLE color: 6425029.

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

Color convert

RGB197998-
CMYK00.950.500.23
HSL331.6º91.26%40.39%-
HSV(B)331.6º95.43%77.25%-
XYZ25.3312.9512.72-
YUV75.36140.78214.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.80%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=64.80%
G=2.96%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19799800.950.500.23331.691.2640.39
HexC596205F321714c5b28
Octal305111420137622751413350
Binary110001011001110001001011111110010101111010011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50962; }

 p { color: rgb(197,9,98); }

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

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

 a { background-color: rgb(197,9,98); }

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

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

 span { border-color: rgb(197,9,98); }

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