#C61268

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

Shades of Ruby #C61268

Tints of Ruby #C61268

Color information

#C61268 (or 0xC61268) is unknown color: approx Ruby. HEX triplet: C6, 12 and 68. RGB value is (198,18,104). Sum of RGB (Red+Green+Blue) = 198+18+104=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C61268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61268 is #39ED97. Grayscale: #515151. Windows color (decimal): -3796376 or 6820550. OLE color: 6820550.

HSL color Cylindrical-coordinate representation of color #C61268: hue angle of 331.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61268 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19818104-
CMYK00.910.470.22
HSL331.33º83.33%42.35%-
HSV(B)331.33º90.91%77.65%-
XYZ2613.4414.32-
YUV81.62140.63211.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.88%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=61.88%
G=5.62%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981810400.910.470.22331.3383.3342.35
HexC6126805B2F1614b532a
Octal306221500133572651312352
Binary1100011010010110100001011011101111101101010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61268; }

 p { color: rgb(198,18,104); }

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

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

 a { background-color: rgb(198,18,104); }

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

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

 span { border-color: rgb(198,18,104); }

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