Html Css Color HEX #C5195B Ruby

📋 copy color: '#C5195B'

red 197 ◦ green 25 ◦ blue 91

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

Shades of Ruby #C5195B

Tints of Ruby #C5195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

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

R = 62.94%
G = 7.99%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5195B (or 0xC5195B) is known color: Ruby. HEX triplet: C5, 19 and 5B. RGB value is (197,25,91). Sum of RGB (Red+Green+Blue) = 197+25+91=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5195B is #3AE6A4. Grayscale: #535353. Windows color (decimal): -3860133 or 5970373. OLE color: 5970373.

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

Color convert

RGB 197 25 91 -
CMYK 0 0.87 0.54 0.23
HSL 336.98º 0.77% 0.44% -
HSV(B) 336.98º 0.87% 0.77% -
XYZ 25.26 13.32 11.14 -
YUV 83.95 131.98 208.63 -
System Red Green Blue C M Y K H S L
Decimal 197 25 91 0 0.87 0.54 0.23 336.98 0.77 0.44
Hex C5 19 5B 0 57 36 17 151 4D 2C
Octal 305 31 133 0 127 66 27 521 115 54
Binary 11000101 11001 1011011 0 1010111 110110 10111 101010001 1001101 101100

Color Harmonies of #C5195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5195B

Black with #C5195B

Text Example


Text Example

White with #C5195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5195B; }

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

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

background-color css

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

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

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

border-color css

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

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

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