#C6135C

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

Shades of Ruby #C6135C

Tints of Ruby #C6135C

Color information

#C6135C (or 0xC6135C) is unknown color: approx Ruby. HEX triplet: C6, 13 and 5C. RGB value is (198,19,92). Sum of RGB (Red+Green+Blue) = 198+19+92=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6135C is #39ECA3. Grayscale: #505050. Windows color (decimal): -3796132 or 6034374. OLE color: 6034374.

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

Color convert

RGB1981992-
CMYK00.900.540.22
HSL335.53º82.49%42.55%-
HSV(B)335.53º90.4%77.65%-
XYZ25.4513.2411.34-
YUV80.84134.3211.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=64.08%
G=6.15%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198199200.900.540.22335.5382.4942.55
HexC6135C05A3616150522b
Octal306231340132662652012253
Binary1100011010011101110001011010110110101101010100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6135C; }

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

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

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

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

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

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

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

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