#CE006B

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

Shades of Ruby #CE006B

Tints of Ruby #CE006B

Color information

#CE006B (or 0xCE006B) is unknown color: approx Ruby. HEX triplet: CE, 00 and 6B. RGB value is (206,0,107). Sum of RGB (Red+Green+Blue) = 206+0+107=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006B is #31FF94. Grayscale: #494949. Windows color (decimal): -3276693 or 7012558. OLE color: 7012558.

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

Color convert

RGB2060107-
CMYK010.480.19
HSL328.83º100%40.39%-
HSV(B)328.83º100%80.78%-
XYZ28.1114.1815.17-
YUV73.79146.75222.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 65.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=65.81%
G=0%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2060107010.480.19328.8310040.39
HexCE06B06430131496428
Octal31601530144602351114450
Binary110011100110101101100100110000100111010010011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE006B; }

 p { color: rgb(206,0,107); }

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

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

 a { background-color: rgb(206,0,107); }

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

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

 span { border-color: rgb(206,0,107); }

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