#CF1E68

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

Shades of Ruby #CF1E68

Tints of Ruby #CF1E68

Color information

#CF1E68 (or 0xCF1E68) is unknown color: approx Ruby. HEX triplet: CF, 1E and 68. RGB value is (207,30,104). Sum of RGB (Red+Green+Blue) = 207+30+104=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E68 is #30E197. Grayscale: #5B5B5B. Windows color (decimal): -3203480 or 6823631. OLE color: 6823631.

HSL color Cylindrical-coordinate representation of color #CF1E68: hue angle of 334.92º 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 #CF1E68 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB20730104-
CMYK00.860.500.19
HSL334.92º74.68%46.47%-
HSV(B)334.92º85.51%81.18%-
XYZ28.715.1914.52-
YUV91.36135.14210.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.70%
GREEN value IS 30 (12.11% from 255) = 8.80%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=60.70%
G=8.80%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2073010400.860.500.19334.9274.6846.47
HexCF1E68056321314f4b2e
Octal317361500126622351711356
Binary1100111111110110100001010110110010100111010011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1E68; }

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

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

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

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

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

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

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

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