#C8136A

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

Shades of Ruby #C8136A

Tints of Ruby #C8136A

Color information

#C8136A (or 0xC8136A) is unknown color: approx Ruby. HEX triplet: C8, 13 and 6A. RGB value is (200,19,106). Sum of RGB (Red+Green+Blue) = 200+19+106=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8136A is #37EC95. Grayscale: #525252. Windows color (decimal): -3665046 or 6951880. OLE color: 6951880.

HSL color Cylindrical-coordinate representation of color #C8136A: hue angle of 331.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8136A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB20019106-
CMYK00.900.470.22
HSL331.16º82.65%42.94%-
HSV(B)331.16º90.5%78.43%-
XYZ26.6513.7914.89-
YUV83.04140.97211.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 19 (7.81% from 255) = 5.85%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=61.54%
G=5.85%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001910600.900.470.22331.1682.6542.94
HexC8136A05A2F1614b532b
Octal310231520132572651312353
Binary1100100010011110101001011010101111101101010010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8136A; }

 p { color: rgb(200,19,106); }

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

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

 a { background-color: rgb(200,19,106); }

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

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

 span { border-color: rgb(200,19,106); }

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