Html Css Color HEX #C9166B Ruby

📋 copy color: '#C9166B'

red 201 ◦ green 22 ◦ blue 107

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

Shades of Ruby #C9166B

Tints of Ruby #C9166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 60.91%
G = 6.67%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9166B (or 0xC9166B) is known color: Ruby. HEX triplet: C9, 16 and 6B. RGB value is (201,22,107). Sum of RGB (Red+Green+Blue) = 201+22+107=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9166B is #36E994. Grayscale: #555555. Windows color (decimal): -3598741 or 7018185. OLE color: 7018185.

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

Color convert

RGB 201 22 107 -
CMYK 0 0.89 0.47 0.21
HSL 331.51º 0.8% 0.44% -
HSV(B) 331.51º 0.89% 0.79% -
XYZ 27.03 14.05 15.2 -
YUV 85.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 201 22 107 0 0.89 0.47 0.21 331.51 0.8 0.44
Hex C9 16 6B 0 59 2F 15 14C 50 2C
Octal 311 26 153 0 131 57 25 514 120 54
Binary 11001001 10110 1101011 0 1011001 101111 10101 101001100 1010000 101100

Color Harmonies of #C9166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9166B

Black with #C9166B

Text Example


Text Example

White with #C9166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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