#C31156

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

Shades of Ruby #C31156

Tints of Ruby #C31156

Color information

#C31156 (or 0xC31156) is unknown color: approx Ruby. HEX triplet: C3, 11 and 56. RGB value is (195,17,86). Sum of RGB (Red+Green+Blue) = 195+17+86=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C31156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31156 is #3CEEA9. Grayscale: #4D4D4D. Windows color (decimal): -3993258 or 5640643. OLE color: 5640643.

HSL color Cylindrical-coordinate representation of color #C31156: hue angle of 336.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31156 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1951786-
CMYK00.910.560.24
HSL336.74º83.96%41.57%-
HSV(B)336.74º91.28%76.47%-
XYZ24.3912.679.97-
YUV78.09132.47211.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.44%
GREEN value IS 17 (7.03% from 255) = 5.70%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=65.44%
G=5.70%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195178600.910.560.24336.7483.9641.57
HexC3115605B3818151542a
Octal303211260133703052112452
Binary1100001110001101011001011011111000110001010100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31156; }

 p { color: rgb(195,17,86); }

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

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

 a { background-color: rgb(195,17,86); }

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

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

 span { border-color: rgb(195,17,86); }

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