Html Css Color HEX #C5175B Ruby

📋 copy color: '#C5175B'

red 197 ◦ green 23 ◦ blue 91

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

Shades of Ruby #C5175B

Tints of Ruby #C5175B

RGB

 RED value IS 197 (77.34% from 255) = 63.34%

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

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

R = 63.34%
G = 7.4%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5175B (or 0xC5175B) is known color: Ruby. HEX triplet: C5, 17 and 5B. RGB value is (197,23,91). Sum of RGB (Red+Green+Blue) = 197+23+91=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5175B is #3AE8A4. Grayscale: #525252. Windows color (decimal): -3860645 or 5969861. OLE color: 5969861.

HSL color Cylindrical-coordinate representation of color #C5175B: hue angle of 336.55º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5175B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 91 -
CMYK 0 0.88 0.54 0.23
HSL 336.55º 0.79% 0.43% -
HSV(B) 336.55º 0.88% 0.77% -
XYZ 25.22 13.24 11.12 -
YUV 82.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 197 23 91 0 0.88 0.54 0.23 336.55 0.79 0.43
Hex C5 17 5B 0 58 36 17 151 4F 2B
Octal 305 27 133 0 130 66 27 521 117 53
Binary 11000101 10111 1011011 0 1011000 110110 10111 101010001 1001111 101011

Color Harmonies of #C5175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5175B

Black with #C5175B

Text Example


Text Example

White with #C5175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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