#c9066b

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

Shades of Ruby #C9066B

Tints of Ruby #C9066B

Color information

#C9066B (or 0xC9066B) is unknown color: approx Ruby. HEX triplet: C9, 06 and 6B. RGB value is (201,6,107). Sum of RGB (Red+Green+Blue) = 201+6+107=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9066B is #36F994. Grayscale: #4B4B4B. Windows color (decimal): -3602837 or 7014089. OLE color: 7014089.

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

Color convert

RGB2016107-
CMYK00.970.470.21
HSL328.92º94.2%40.59%-
HSV(B)328.92º97.01%78.82%-
XYZ26.8113.6115.12-
YUV75.82145.6217.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.01%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=64.01%
G=1.91%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201610700.970.470.21328.9294.240.59
HexC966B0612F151495e29
Octal31161530141572551113651
Binary11001001110110101101100001101111101011010010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9066b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9066b; }

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

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

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

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

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

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

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

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