#C81F60

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

Shades of Ruby #C81F60

Tints of Ruby #C81F60

Color information

#C81F60 (or 0xC81F60) is unknown color: approx Ruby. HEX triplet: C8, 1F and 60. RGB value is (200,31,96). Sum of RGB (Red+Green+Blue) = 200+31+96=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F60 is #37E09F. Grayscale: #585858. Windows color (decimal): -3661984 or 6299592. OLE color: 6299592.

HSL color Cylindrical-coordinate representation of color #C81F60: hue angle of 336.92º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F60 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB2003196-
CMYK00.840.520.22
HSL336.92º73.16%45.29%-
HSV(B)336.92º84.5%78.43%-
XYZ26.4214.112.4-
YUV88.94131.99207.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.16%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=61.16%
G=9.48%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200319600.840.520.22336.9273.1645.29
HexC81F600543416151492d
Octal310371400124642652111155
Binary1100100011111110000001010100110100101101010100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F60; }

 p { color: rgb(200,31,96); }

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

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

 a { background-color: rgb(200,31,96); }

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

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

 span { border-color: rgb(200,31,96); }

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