Html Css Color HEX #C5155D Ruby

📋 copy color: '#C5155D'

red 197 ◦ green 21 ◦ blue 93

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

Shades of Ruby #C5155D

Tints of Ruby #C5155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

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

R = 63.34%
G = 6.75%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5155D (or 0xC5155D) is known color: Ruby. HEX triplet: C5, 15 and 5D. RGB value is (197,21,93). Sum of RGB (Red+Green+Blue) = 197+21+93=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5155D is #3AEAA2. Grayscale: #515151. Windows color (decimal): -3861155 or 6100421. OLE color: 6100421.

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

Color convert

RGB 197 21 93 -
CMYK 0 0.89 0.53 0.23
HSL 335.45º 0.81% 0.43% -
HSV(B) 335.45º 0.89% 0.77% -
XYZ 25.27 13.2 11.57 -
YUV 81.83 134.31 210.15 -
System Red Green Blue C M Y K H S L
Decimal 197 21 93 0 0.89 0.53 0.23 335.45 0.81 0.43
Hex C5 15 5D 0 59 35 17 14F 51 2B
Octal 305 25 135 0 131 65 27 517 121 53
Binary 11000101 10101 1011101 0 1011001 110101 10111 101001111 1010001 101011

Color Harmonies of #C5155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5155D

Black with #C5155D

Text Example


Text Example

White with #C5155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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