#C60164

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

Shades of Ruby #C60164

Tints of Ruby #C60164

Color information

#C60164 (or 0xC60164) is unknown color: approx Ruby. HEX triplet: C6, 01 and 64. RGB value is (198,1,100). Sum of RGB (Red+Green+Blue) = 198+1+100=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C60164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60164 is #39FE9B. Grayscale: #464646. Windows color (decimal): -3800732 or 6554054. OLE color: 6554054.

HSL color Cylindrical-coordinate representation of color #C60164: hue angle of 329.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60164 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB1981100-
CMYK00.990.490.22
HSL329.85º98.99%39.02%-
HSV(B)329.85º99.49%77.65%-
XYZ25.612.9513.21-
YUV71.19144.27218.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.22%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=66.22%
G=0.33%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198110000.990.490.22329.8598.9939.02
HexC6164063311614a6327
Octal30611440143612651214347
Binary110001101110010001100011110001101101010010101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60164; }

 p { color: rgb(198,1,100); }

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

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

 a { background-color: rgb(198,1,100); }

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

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

 span { border-color: rgb(198,1,100); }

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