#c61455

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

Shades of Ruby #C61455

Tints of Ruby #C61455

Color information

#C61455 (or 0xC61455) is unknown color: approx Ruby. HEX triplet: C6, 14 and 55. RGB value is (198,20,85). Sum of RGB (Red+Green+Blue) = 198+20+85=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61455 is #39EBAA. Grayscale: #505050. Windows color (decimal): -3795883 or 5575878. OLE color: 5575878.

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

Color convert

RGB1982085-
CMYK00.900.570.22
HSL338.09º81.65%42.75%-
HSV(B)338.09º89.9%77.65%-
XYZ25.1813.169.81-
YUV80.63130.47211.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=65.35%
G=6.60%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198208500.900.570.22338.0981.6542.75
HexC6145505A3916152522b
Octal306241250132712652212253
Binary1100011010100101010101011010111001101101010100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61455; }

 p { color: rgb(198,20,85); }

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

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

 a { background-color: rgb(198,20,85); }

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

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

 span { border-color: rgb(198,20,85); }

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