#C61269

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

Shades of Ruby #C61269

Tints of Ruby #C61269

Color information

#C61269 (or 0xC61269) is unknown color: approx Ruby. HEX triplet: C6, 12 and 69. RGB value is (198,18,105). Sum of RGB (Red+Green+Blue) = 198+18+105=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61269 is #39ED96. Grayscale: #515151. Windows color (decimal): -3796375 or 6886086. OLE color: 6886086.

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

Color convert

RGB19818105-
CMYK00.910.470.22
HSL331º83.33%42.35%-
HSV(B)331º90.91%77.65%-
XYZ26.0513.4614.59-
YUV81.74141.13210.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=61.68%
G=5.61%
B=32.71%

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
Decimal1981810500.910.470.2233183.3342.35
HexC6126905B2F1614b532a
Octal306221510133572651312352
Binary1100011010010110100101011011101111101101010010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61269; }

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

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

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

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

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

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

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

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