Html Css Color HEX #C9175B Ruby

📋 copy color: '#C9175B'

red 201 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C9175B

Tints of Ruby #C9175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 63.81%
G = 7.3%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9175B (or 0xC9175B) is known color: Ruby. HEX triplet: C9, 17 and 5B. RGB value is (201,23,91). Sum of RGB (Red+Green+Blue) = 201+23+91=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9175B is #36E8A4. Grayscale: #535353. Windows color (decimal): -3598501 or 5969865. OLE color: 5969865.

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

Color convert

RGB 201 23 91 -
CMYK 0 0.89 0.55 0.21
HSL 337.08º 0.79% 0.44% -
HSV(B) 337.08º 0.89% 0.79% -
XYZ 26.28 13.79 11.17 -
YUV 83.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 201 23 91 0 0.89 0.55 0.21 337.08 0.79 0.44
Hex C9 17 5B 0 59 37 15 151 4F 2C
Octal 311 27 133 0 131 67 25 521 117 54
Binary 11001001 10111 1011011 0 1011001 110111 10101 101010001 1001111 101100

Color Harmonies of #C9175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9175B

Black with #C9175B

Text Example


Text Example

White with #C9175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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