#CF1860

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

Shades of Ruby #CF1860

Tints of Ruby #CF1860

Color information

#CF1860 (or 0xCF1860) is unknown color: approx Ruby. HEX triplet: CF, 18 and 60. RGB value is (207,24,96). Sum of RGB (Red+Green+Blue) = 207+24+96=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1860 is #30E79F. Grayscale: #565656. Windows color (decimal): -3205024 or 6297807. OLE color: 6297807.

HSL color Cylindrical-coordinate representation of color #CF1860: hue angle of 336.39º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1860 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2072496-
CMYK00.880.540.19
HSL336.39º79.22%45.29%-
HSV(B)336.39º88.41%81.18%-
XYZ28.1714.7612.43-
YUV86.92133.13213.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 24 (9.77% from 255) = 7.34%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=63.30%
G=7.34%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207249600.880.540.19336.3979.2245.29
HexCF186005836131504f2d
Octal317301400130662352011755
Binary1100111111000110000001011000110110100111010100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1860; }

 p { color: rgb(207,24,96); }

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

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

 a { background-color: rgb(207,24,96); }

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

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

 span { border-color: rgb(207,24,96); }

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