#C50266

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

Shades of Ruby #C50266

Tints of Ruby #C50266

Color information

#C50266 (or 0xC50266) is unknown color: approx Ruby. HEX triplet: C5, 02 and 66. RGB value is (197,2,102). Sum of RGB (Red+Green+Blue) = 197+2+102=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C50266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50266 is #3AFD99. Grayscale: #474747. Windows color (decimal): -3866010 or 6685381. OLE color: 6685381.

HSL color Cylindrical-coordinate representation of color #C50266: hue angle of 329.23º 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 #C50266 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB1972102-
CMYK00.990.480.23
HSL329.23º97.99%39.02%-
HSV(B)329.23º98.98%77.25%-
XYZ25.4512.8713.71-
YUV71.7145.1217.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.45%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=65.45%
G=0.66%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197210200.990.480.23329.2397.9939.02
HexC526606330171496227
Octal30521460143602751114247
Binary1100010110110011001100011110000101111010010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50266; }

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

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

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

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

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

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

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

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