#C71269

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

Shades of Ruby #C71269

Tints of Ruby #C71269

Color information

#C71269 (or 0xC71269) is unknown color: approx Ruby. HEX triplet: C7, 12 and 69. RGB value is (199,18,105). Sum of RGB (Red+Green+Blue) = 199+18+105=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C71269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71269 is #38ED96. Grayscale: #515151. Windows color (decimal): -3730839 or 6886087. OLE color: 6886087.

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

Color convert

RGB19918105-
CMYK00.910.470.22
HSL331.16º83.41%42.55%-
HSV(B)331.16º90.95%78.04%-
XYZ26.3213.5914.6-
YUV82.04140.97211.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.80%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=61.80%
G=5.59%
B=32.61%

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
Decimal1991810500.910.470.22331.1683.4142.55
HexC7126905B2F1614b532b
Octal307221510133572651312353
Binary1100011110010110100101011011101111101101010010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71269; }

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

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

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

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

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

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

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

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