#C9166A

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

Shades of Ruby #C9166A

Tints of Ruby #C9166A

Color information

#C9166A (or 0xC9166A) is unknown color: approx Ruby. HEX triplet: C9, 16 and 6A. RGB value is (201,22,106). Sum of RGB (Red+Green+Blue) = 201+22+106=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9166A is #36E995. Grayscale: #545454. Windows color (decimal): -3598742 or 6952649. OLE color: 6952649.

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

Color convert

RGB20122106-
CMYK00.890.470.21
HSL331.84º80.27%43.73%-
HSV(B)331.84º89.05%78.82%-
XYZ26.9814.0314.92-
YUV85.1139.8210.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=61.09%
G=6.69%
B=32.22%

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
Decimal2012210600.890.470.21331.8480.2743.73
HexC9166A0592F1514c502c
Octal311261520131572551412054
Binary1100100110110110101001011001101111101011010011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9166A; }

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

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

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

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

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

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

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

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