Html Css Color HEX #C5155B Ruby

📋 copy color: '#C5155B'

red 197 ◦ green 21 ◦ blue 91

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

Shades of Ruby #C5155B

Tints of Ruby #C5155B

RGB

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

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

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

R = 63.75%
G = 6.8%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5155B (or 0xC5155B) is known color: Ruby. HEX triplet: C5, 15 and 5B. RGB value is (197,21,91). Sum of RGB (Red+Green+Blue) = 197+21+91=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5155B is #3AEAA4. Grayscale: #515151. Windows color (decimal): -3861157 or 5969349. OLE color: 5969349.

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

Color convert

RGB 197 21 91 -
CMYK 0 0.89 0.54 0.23
HSL 336.14º 0.81% 0.43% -
HSV(B) 336.14º 0.89% 0.77% -
XYZ 25.18 13.16 11.11 -
YUV 81.6 133.31 210.31 -
System Red Green Blue C M Y K H S L
Decimal 197 21 91 0 0.89 0.54 0.23 336.14 0.81 0.43
Hex C5 15 5B 0 59 36 17 150 51 2B
Octal 305 25 133 0 131 66 27 520 121 53
Binary 11000101 10101 1011011 0 1011001 110110 10111 101010000 1010001 101011

Color Harmonies of #C5155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5155B

Black with #C5155B

Text Example


Text Example

White with #C5155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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