#C50752

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

Shades of Ruby #C50752

Tints of Ruby #C50752

Color information

#C50752 (or 0xC50752) is unknown color: approx Ruby. HEX triplet: C5, 07 and 52. RGB value is (197,7,82). Sum of RGB (Red+Green+Blue) = 197+7+82=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50752 is #3AF8AD. Grayscale: #484848. Windows color (decimal): -3864750 or 5375941. OLE color: 5375941.

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

Color convert

RGB197782-
CMYK00.960.580.23
HSL336.32º93.14%40%-
HSV(B)336.32º96.45%77.25%-
XYZ24.6212.639.12-
YUV72.36133.45216.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 68.88%
GREEN value IS 7 (3.12% from 255) = 2.45%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=68.88%
G=2.45%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19778200.960.580.23336.3293.1440
HexC57520603A171505d28
Octal30571220140722752013550
Binary11000101111101001001100000111010101111010100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50752; }

 p { color: rgb(197,7,82); }

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

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

 a { background-color: rgb(197,7,82); }

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

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

 span { border-color: rgb(197,7,82); }

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