#C9006A

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

Shades of Ruby #C9006A

Tints of Ruby #C9006A

Color information

#C9006A (or 0xC9006A) is unknown color: approx Ruby. HEX triplet: C9, 00 and 6A. RGB value is (201,0,106). Sum of RGB (Red+Green+Blue) = 201+0+106=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C9006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9006A is #36FF95. Grayscale: #474747. Windows color (decimal): -3604374 or 6947017. OLE color: 6947017.

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

Color convert

RGB2010106-
CMYK010.470.21
HSL328.36º100%39.41%-
HSV(B)328.36º100%78.82%-
XYZ26.6913.4614.83-
YUV72.18147.09219.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=65.47%
G=0%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2010106010.470.21328.3610039.41
HexC906A0642F151486427
Octal31101520144572551014447
Binary110010010110101001100100101111101011010010001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9006A; }

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

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

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

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

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

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

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

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