Html Css Color HEX #C5195F Ruby

📋 copy color: '#C5195F'

red 197 ◦ green 25 ◦ blue 95

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

Shades of Ruby #C5195F

Tints of Ruby #C5195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 62.15%
G = 7.89%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5195F (or 0xC5195F) is known color: Ruby. HEX triplet: C5, 19 and 5F. RGB value is (197,25,95). Sum of RGB (Red+Green+Blue) = 197+25+95=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C5195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5195F is #3AE6A0. Grayscale: #545454. Windows color (decimal): -3860129 or 6232517. OLE color: 6232517.

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

Color convert

RGB 197 25 95 -
CMYK 0 0.87 0.52 0.23
HSL 335.58º 0.77% 0.44% -
HSV(B) 335.58º 0.87% 0.77% -
XYZ 25.44 13.39 12.07 -
YUV 84.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 197 25 95 0 0.87 0.52 0.23 335.58 0.77 0.44
Hex C5 19 5F 0 57 34 17 150 4D 2C
Octal 305 31 137 0 127 64 27 520 115 54
Binary 11000101 11001 1011111 0 1010111 110100 10111 101010000 1001101 101100

Color Harmonies of #C5195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5195F

Black with #C5195F

Text Example


Text Example

White with #C5195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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