#CE1668

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

Shades of Ruby #CE1668

Tints of Ruby #CE1668

Color information

#CE1668 (or 0xCE1668) is unknown color: approx Ruby. HEX triplet: CE, 16 and 68. RGB value is (206,22,104). Sum of RGB (Red+Green+Blue) = 206+22+104=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1668 is #31E997. Grayscale: #565656. Windows color (decimal): -3271064 or 6821582. OLE color: 6821582.

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

Color convert

RGB20622104-
CMYK00.890.500.19
HSL333.26º80.7%44.71%-
HSV(B)333.26º89.32%80.78%-
XYZ28.2414.714.44-
YUV86.36137.96213.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 22 (8.98% from 255) = 6.63%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=62.05%
G=6.63%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062210400.890.500.19333.2680.744.71
HexCE1668059321314d512d
Octal316261500131622351512155
Binary1100111010110110100001011001110010100111010011011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1668; }

 p { color: rgb(206,22,104); }

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

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

 a { background-color: rgb(206,22,104); }

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

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

 span { border-color: rgb(206,22,104); }

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