#C9166B

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

Shades of Ruby #C9166B

Tints of Ruby #C9166B

Color information

#C9166B (or 0xC9166B) is unknown color: approx Ruby. HEX triplet: C9, 16 and 6B. RGB value is (201,22,107). Sum of RGB (Red+Green+Blue) = 201+22+107=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9166B is #36E994. Grayscale: #555555. Windows color (decimal): -3598741 or 7018185. OLE color: 7018185.

HSL color Cylindrical-coordinate representation of color #C9166B: hue angle of 331.51º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9166B is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20122107-
CMYK00.890.470.21
HSL331.51º80.27%43.73%-
HSV(B)331.51º89.05%78.82%-
XYZ27.0314.0515.2-
YUV85.21140.3210.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.91%
GREEN value IS 22 (8.98% from 255) = 6.67%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=60.91%
G=6.67%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012210700.890.470.21331.5180.2743.73
HexC9166B0592F1514c502c
Octal311261530131572551412054
Binary1100100110110110101101011001101111101011010011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9166B; }

 p { color: rgb(201,22,107); }

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

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

 a { background-color: rgb(201,22,107); }

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

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

 span { border-color: rgb(201,22,107); }

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