#C50262

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

Shades of Ruby #C50262

Tints of Ruby #C50262

Color information

#C50262 (or 0xC50262) is unknown color: approx Ruby. HEX triplet: C5, 02 and 62. RGB value is (197,2,98). Sum of RGB (Red+Green+Blue) = 197+2+98=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50262 is #3AFD9D. Grayscale: #474747. Windows color (decimal): -3866014 or 6423237. OLE color: 6423237.

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

Color convert

RGB197298-
CMYK00.990.500.23
HSL330.46º97.99%39.02%-
HSV(B)330.46º98.98%77.25%-
XYZ25.2512.812.69-
YUV71.25143.1217.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.33%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=66.33%
G=0.67%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19729800.990.500.23330.4697.9939.02
HexC5262063321714a6227
Octal30521420143622751214247
Binary1100010110110001001100011110010101111010010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50262; }

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

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

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

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

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

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

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

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