Html Css Color HEX #C9006A Ruby

📋 copy color: '#C9006A'

red 201 ◦ green 0 ◦ blue 106

#C9006A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C9006A

Tints of Ruby #C9006A

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.8% from 255) = 34.53%

R = 65.47%
G = 0%
B = 34.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9006A (or 0xC9006A) is known color: 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

RGB 201 0 106 -
CMYK 0 1 0.47 0.21
HSL 328.36º 1% 0.39% -
HSV(B) 328.36º 1% 0.79% -
XYZ 26.69 13.46 14.83 -
YUV 72.18 147.09 219.88 -
System Red Green Blue C M Y K H S L
Decimal 201 0 106 0 1 0.47 0.21 328.36 1 0.39
Hex C9 0 6A 0 64 2F 15 148 64 27
Octal 311 0 152 0 144 57 25 510 144 47
Binary 11001001 0 1101010 0 1100100 101111 10101 101001000 1100100 100111

Color Harmonies of #C9006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9006A

Black with #C9006A

Text Example


Text Example

White with #C9006A

Text Example


Text Example

HTML Codes & Css Web 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>