#CF1654

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

Shades of Ruby #CF1654

Tints of Ruby #CF1654

Color information

#CF1654 (or 0xCF1654) is unknown color: approx Ruby. HEX triplet: CF, 16 and 54. RGB value is (207,22,84). Sum of RGB (Red+Green+Blue) = 207+22+84=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1654 is #30E9AB. Grayscale: #545454. Windows color (decimal): -3205548 or 5510863. OLE color: 5510863.

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

Color convert

RGB2072284-
CMYK00.890.590.19
HSL339.89º80.79%44.9%-
HSV(B)339.89º89.37%81.18%-
XYZ27.6214.489.73-
YUV84.38127.79215.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.13%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=66.13%
G=7.03%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207228400.890.590.19339.8980.7944.9
HexCF16540593B13154512d
Octal317261240131732352412155
Binary1100111110110101010001011001111011100111010101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1654; }

 p { color: rgb(207,22,84); }

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

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

 a { background-color: rgb(207,22,84); }

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

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

 span { border-color: rgb(207,22,84); }

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