#CE196D

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

Shades of Ruby #CE196D

Tints of Ruby #CE196D

Color information

#CE196D (or 0xCE196D) is unknown color: approx Ruby. HEX triplet: CE, 19 and 6D. RGB value is (206,25,109). Sum of RGB (Red+Green+Blue) = 206+25+109=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196D is #31E692. Grayscale: #585858. Windows color (decimal): -3270291 or 7150030. OLE color: 7150030.

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

Color convert

RGB20625109-
CMYK00.880.470.19
HSL332.15º78.35%45.29%-
HSV(B)332.15º87.86%80.78%-
XYZ28.5614.9215.84-
YUV88.7139.47211.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 25 (10.16% from 255) = 7.35%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=60.59%
G=7.35%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062510900.880.470.19332.1578.3545.29
HexCE196D0582F1314c4e2d
Octal316311550130572351411655
Binary1100111011001110110101011000101111100111010011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE196D; }

 p { color: rgb(206,25,109); }

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

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

 a { background-color: rgb(206,25,109); }

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

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

 span { border-color: rgb(206,25,109); }

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