Html Css Color HEX #C9106B Ruby

📋 copy color: '#C9106B'

red 201 ◦ green 16 ◦ blue 107

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

Shades of Ruby #C9106B

Tints of Ruby #C9106B

RGB

 RED value IS 201 (78.91% from 255) = 62.04%

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 62.04%
G = 4.94%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9106B (or 0xC9106B) is known color: Ruby. HEX triplet: C9, 10 and 6B. RGB value is (201,16,107). Sum of RGB (Red+Green+Blue) = 201+16+107=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C9106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9106B is #36EF94. Grayscale: #515151. Windows color (decimal): -3600277 or 7016649. OLE color: 7016649.

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

Color convert

RGB 201 16 107 -
CMYK 0 0.92 0.47 0.21
HSL 330.49º 0.85% 0.43% -
HSV(B) 330.49º 0.92% 0.79% -
XYZ 26.93 13.85 15.16 -
YUV 81.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 201 16 107 0 0.92 0.47 0.21 330.49 0.85 0.43
Hex C9 10 6B 0 5C 2F 15 14A 55 2B
Octal 311 20 153 0 134 57 25 512 125 53
Binary 11001001 10000 1101011 0 1011100 101111 10101 101001010 1010101 101011

Color Harmonies of #C9106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9106B

Black with #C9106B

Text Example


Text Example

White with #C9106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9106B; }

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

 H1.HeaderClassName
 {
   color: #C9106B;
 }
 .AnyTagClassName
 {
   color: #C9106B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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