#C9016B

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

Shades of Ruby #C9016B

Tints of Ruby #C9016B

Color information

#C9016B (or 0xC9016B) is unknown color: approx Ruby. HEX triplet: C9, 01 and 6B. RGB value is (201,1,107). Sum of RGB (Red+Green+Blue) = 201+1+107=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9016B is #36FE94. Grayscale: #484848. Windows color (decimal): -3604117 or 7012809. OLE color: 7012809.

HSL color Cylindrical-coordinate representation of color #C9016B: hue angle of 328.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9016B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB2011107-
CMYK01.000.470.21
HSL328.2º99.01%39.61%-
HSV(B)328.2º99.5%78.82%-
XYZ26.7513.515.11-
YUV72.88147.26219.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.05%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=65.05%
G=0.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201110701.000.470.21328.299.0139.61
HexC916B0642F151486328
Octal31111530144572551014350
Binary110010011110101101100100101111101011010010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9016B; }

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

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

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

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

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

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

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

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