#CE155C

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

Shades of Ruby #CE155C

Tints of Ruby #CE155C

Color information

#CE155C (or 0xCE155C) is unknown color: approx Ruby. HEX triplet: CE, 15 and 5C. RGB value is (206,21,92). Sum of RGB (Red+Green+Blue) = 206+21+92=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE155C is #31EAA3. Grayscale: #545454. Windows color (decimal): -3271332 or 6034894. OLE color: 6034894.

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

Color convert

RGB2062192-
CMYK00.900.550.19
HSL336.97º81.5%44.51%-
HSV(B)336.97º89.81%80.78%-
XYZ27.6514.4311.45-
YUV84.41132.29214.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 64.58%
GREEN value IS 21 (8.59% from 255) = 6.58%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=64.58%
G=6.58%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206219200.900.550.19336.9781.544.51
HexCE155C05A3713151512d
Octal316251340132672352112155
Binary1100111010101101110001011010110111100111010100011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE155C; }

 p { color: rgb(206,21,92); }

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

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

 a { background-color: rgb(206,21,92); }

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

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

 span { border-color: rgb(206,21,92); }

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