Html Css Color HEX #C9176B Ruby

📋 copy color: '#C9176B'

red 201 ◦ green 23 ◦ blue 107

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

Shades of Ruby #C9176B

Tints of Ruby #C9176B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

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

R = 60.73%
G = 6.95%
B = 32.33%

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

#C9176B (or 0xC9176B) is known color: Ruby. HEX triplet: C9, 17 and 6B. RGB value is (201,23,107). Sum of RGB (Red+Green+Blue) = 201+23+107=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9176B is #36E894. Grayscale: #555555. Windows color (decimal): -3598485 or 7018441. OLE color: 7018441.

HSL color Cylindrical-coordinate representation of color #C9176B: hue angle of 331.69º degrees, saturation: 0.79, 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 #C9176B is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 107 -
CMYK 0 0.89 0.47 0.21
HSL 331.69º 0.79% 0.44% -
HSV(B) 331.69º 0.89% 0.79% -
XYZ 27.05 14.09 15.2 -
YUV 85.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 201 23 107 0 0.89 0.47 0.21 331.69 0.79 0.44
Hex C9 17 6B 0 59 2F 15 14C 4F 2C
Octal 311 27 153 0 131 57 25 514 117 54
Binary 11001001 10111 1101011 0 1011001 101111 10101 101001100 1001111 101100

Color Harmonies of #C9176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9176B

Black with #C9176B

Text Example


Text Example

White with #C9176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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