Html Css Color HEX #C5175A Ruby

📋 copy color: '#C5175A'

red 197 ◦ green 23 ◦ blue 90

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

Shades of Ruby #C5175A

Tints of Ruby #C5175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 63.55%
G = 7.42%
B = 29.03%

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

#C5175A (or 0xC5175A) is known color: Ruby. HEX triplet: C5, 17 and 5A. RGB value is (197,23,90). Sum of RGB (Red+Green+Blue) = 197+23+90=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5175A is #3AE8A5. Grayscale: #525252. Windows color (decimal): -3860646 or 5904325. OLE color: 5904325.

HSL color Cylindrical-coordinate representation of color #C5175A: hue angle of 336.9º 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 #C5175A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 90 -
CMYK 0 0.88 0.54 0.23
HSL 336.9º 0.79% 0.43% -
HSV(B) 336.9º 0.88% 0.77% -
XYZ 25.18 13.22 10.9 -
YUV 82.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 197 23 90 0 0.88 0.54 0.23 336.9 0.79 0.43
Hex C5 17 5A 0 58 36 17 151 4F 2B
Octal 305 27 132 0 130 66 27 521 117 53
Binary 11000101 10111 1011010 0 1011000 110110 10111 101010001 1001111 101011

Color Harmonies of #C5175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5175A

Black with #C5175A

Text Example


Text Example

White with #C5175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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