#C60066

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

Shades of Ruby #C60066

Tints of Ruby #C60066

Color information

#C60066 (or 0xC60066) is unknown color: approx Ruby. HEX triplet: C6, 00 and 66. RGB value is (198,0,102). Sum of RGB (Red+Green+Blue) = 198+0+102=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C60066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60066 is #39FF99. Grayscale: #464646. Windows color (decimal): -3800986 or 6684870. OLE color: 6684870.

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

Color convert

RGB1980102-
CMYK010.480.22
HSL329.09º100%38.82%-
HSV(B)329.09º100%77.65%-
XYZ25.6912.9713.72-
YUV70.83145.6218.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 34%
R=66%
G=0%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1980102010.480.22329.0910038.82
HexC606606430161496427
Octal30601460144602651114447
Binary110001100110011001100100110000101101010010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60066; }

 p { color: rgb(198,0,102); }

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

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

 a { background-color: rgb(198,0,102); }

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

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

 span { border-color: rgb(198,0,102); }

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