#ce2064

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

Shades of Ruby #CE2064

Tints of Ruby #CE2064

Color information

#CE2064 (or 0xCE2064) is unknown color: approx Ruby. HEX triplet: CE, 20 and 64. RGB value is (206,32,100). Sum of RGB (Red+Green+Blue) = 206+32+100=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2064 is #31DF9B. Grayscale: #5B5B5B. Windows color (decimal): -3268508 or 6561998. OLE color: 6561998.

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

Color convert

RGB20632100-
CMYK00.840.510.19
HSL336.55º73.11%46.67%-
HSV(B)336.55º84.47%80.78%-
XYZ28.2715.0713.48-
YUV91.78132.65209.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.95%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=60.95%
G=9.47%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063210000.840.510.19336.5573.1146.67
HexCE20640543313151492f
Octal316401440124632352111157
Binary11001110100000110010001010100110011100111010100011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2064; }

 p { color: rgb(206,32,100); }

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

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

 a { background-color: rgb(206,32,100); }

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

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

 span { border-color: rgb(206,32,100); }

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