#C6135D

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

Shades of Ruby #C6135D

Tints of Ruby #C6135D

Color information

#C6135D (or 0xC6135D) is unknown color: approx Ruby. HEX triplet: C6, 13 and 5D. RGB value is (198,19,93). Sum of RGB (Red+Green+Blue) = 198+19+93=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6135D is #39ECA2. Grayscale: #505050. Windows color (decimal): -3796131 or 6099910. OLE color: 6099910.

HSL color Cylindrical-coordinate representation of color #C6135D: hue angle of 335.2º degrees, saturation: 0.82, 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 #C6135D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1981993-
CMYK00.900.530.22
HSL335.2º82.49%42.55%-
HSV(B)335.2º90.4%77.65%-
XYZ25.513.2611.57-
YUV80.96134.8211.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 19 (7.81% from 255) = 6.13%
BLUE value IS 93 (36.72% from 255) = 30%
R=63.87%
G=6.13%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199300.900.530.22335.282.4942.55
HexC6135D05A351614f522b
Octal306231350132652651712253
Binary1100011010011101110101011010110101101101010011111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6135D; }

 p { color: rgb(198,19,93); }

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

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

 a { background-color: rgb(198,19,93); }

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

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

 span { border-color: rgb(198,19,93); }

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