#CF1E66

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

Shades of Ruby #CF1E66

Tints of Ruby #CF1E66

Color information

#CF1E66 (or 0xCF1E66) is unknown color: approx Ruby. HEX triplet: CF, 1E and 66. RGB value is (207,30,102). Sum of RGB (Red+Green+Blue) = 207+30+102=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E66 is #30E199. Grayscale: #5B5B5B. Windows color (decimal): -3203482 or 6692559. OLE color: 6692559.

HSL color Cylindrical-coordinate representation of color #CF1E66: hue angle of 335.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E66 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB20730102-
CMYK00.860.510.19
HSL335.59º74.68%46.47%-
HSV(B)335.59º85.51%81.18%-
XYZ28.5915.1513.99-
YUV91.13134.14210.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.06%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=61.06%
G=8.85%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073010200.860.510.19335.5974.6846.47
HexCF1E6605633131504b2e
Octal317361460126632352011356
Binary1100111111110110011001010110110011100111010100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E66; }

 p { color: rgb(207,30,102); }

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

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

 a { background-color: rgb(207,30,102); }

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

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

 span { border-color: rgb(207,30,102); }

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