Html Css Color HEX #C5115A Ruby

📋 copy color: '#C5115A'

red 197 ◦ green 17 ◦ blue 90

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

Shades of Ruby #C5115A

Tints of Ruby #C5115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 90 (35.55% from 255) = 29.61%

R = 64.8%
G = 5.59%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5115A (or 0xC5115A) is known color: Ruby. HEX triplet: C5, 11 and 5A. RGB value is (197,17,90). Sum of RGB (Red+Green+Blue) = 197+17+90=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115A is #3AEEA5. Grayscale: #4F4F4F. Windows color (decimal): -3862182 or 5902789. OLE color: 5902789.

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

Color convert

RGB 197 17 90 -
CMYK 0 0.91 0.54 0.23
HSL 335.67º 0.84% 0.42% -
HSV(B) 335.67º 0.91% 0.77% -
XYZ 25.07 13.01 10.86 -
YUV 79.14 134.13 212.06 -
System Red Green Blue C M Y K H S L
Decimal 197 17 90 0 0.91 0.54 0.23 335.67 0.84 0.42
Hex C5 11 5A 0 5B 36 17 150 54 2A
Octal 305 21 132 0 133 66 27 520 124 52
Binary 11000101 10001 1011010 0 1011011 110110 10111 101010000 1010100 101010

Color Harmonies of #C5115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5115A

Black with #C5115A

Text Example


Text Example

White with #C5115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5115A; }

 p { color: rgb(197,17,90); }

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

background-color css

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

 a { background-color: rgb(197,17,90); }

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

border-color css

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

 span { border-color: rgb(197,17,90); }

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