#C71055

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

Shades of Ruby #C71055

Tints of Ruby #C71055

Color information

#C71055 (or 0xC71055) is unknown color: approx Ruby. HEX triplet: C7, 10 and 55. RGB value is (199,16,85). Sum of RGB (Red+Green+Blue) = 199+16+85=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71055 is #38EFAA. Grayscale: #4E4E4E. Windows color (decimal): -3731371 or 5574855. OLE color: 5574855.

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

Color convert

RGB1991685-
CMYK00.920.570.22
HSL337.38º85.12%42.16%-
HSV(B)337.38º91.96%78.04%-
XYZ25.3813.179.8-
YUV78.58131.63213.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.33%
GREEN value IS 16 (6.64% from 255) = 5.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=66.33%
G=5.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199168500.920.570.22337.3885.1242.16
HexC7105505C3916151552a
Octal307201250134712652112552
Binary1100011110000101010101011100111001101101010100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71055; }

 p { color: rgb(199,16,85); }

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

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

 a { background-color: rgb(199,16,85); }

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

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

 span { border-color: rgb(199,16,85); }

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