#CE196E

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

Shades of Ruby #CE196E

Tints of Ruby #CE196E

Color information

#CE196E (or 0xCE196E) is unknown color: approx Ruby. HEX triplet: CE, 19 and 6E. RGB value is (206,25,110). Sum of RGB (Red+Green+Blue) = 206+25+110=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE196E is #31E691. Grayscale: #585858. Windows color (decimal): -3270290 or 7215566. OLE color: 7215566.

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

Color convert

RGB20625110-
CMYK00.880.470.19
HSL331.82º78.35%45.29%-
HSV(B)331.82º87.86%80.78%-
XYZ28.6214.9416.13-
YUV88.81139.97211.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.41%
GREEN value IS 25 (10.16% from 255) = 7.33%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=60.41%
G=7.33%
B=32.26%

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
Decimal2062511000.880.470.19331.8278.3545.29
HexCE196E0582F1314c4e2d
Octal316311560130572351411655
Binary1100111011001110111001011000101111100111010011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE196E; }

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

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

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

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

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

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

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

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