Html Css Color HEX #C5195D Ruby

📋 copy color: '#C5195D'

red 197 ◦ green 25 ◦ blue 93

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

Shades of Ruby #C5195D

Tints of Ruby #C5195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 62.54%
G = 7.94%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5195D (or 0xC5195D) is known color: Ruby. HEX triplet: C5, 19 and 5D. RGB value is (197,25,93). Sum of RGB (Red+Green+Blue) = 197+25+93=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5195D is #3AE6A2. Grayscale: #545454. Windows color (decimal): -3860131 or 6101445. OLE color: 6101445.

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

Color convert

RGB 197 25 93 -
CMYK 0 0.87 0.53 0.23
HSL 336.28º 0.77% 0.44% -
HSV(B) 336.28º 0.87% 0.77% -
XYZ 25.35 13.36 11.6 -
YUV 84.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 197 25 93 0 0.87 0.53 0.23 336.28 0.77 0.44
Hex C5 19 5D 0 57 35 17 150 4D 2C
Octal 305 31 135 0 127 65 27 520 115 54
Binary 11000101 11001 1011101 0 1010111 110101 10111 101010000 1001101 101100

Color Harmonies of #C5195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5195D

Black with #C5195D

Text Example


Text Example

White with #C5195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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