Html Css Color HEX #C51156 Ruby

📋 copy color: '#C51156'

red 197 ◦ green 17 ◦ blue 86

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

Shades of Ruby #C51156

Tints of Ruby #C51156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.67%

R = 65.67%
G = 5.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C51156 (or 0xC51156) is known color: Ruby. HEX triplet: C5, 11 and 56. RGB value is (197,17,86). Sum of RGB (Red+Green+Blue) = 197+17+86=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51156 is #3AEEA9. Grayscale: #4E4E4E. Windows color (decimal): -3862186 or 5640645. OLE color: 5640645.

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

Color convert

RGB 197 17 86 -
CMYK 0 0.91 0.56 0.23
HSL 337º 0.84% 0.42% -
HSV(B) 337º 0.91% 0.77% -
XYZ 24.91 12.94 9.99 -
YUV 78.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 197 17 86 0 0.91 0.56 0.23 337 0.84 0.42
Hex C5 11 56 0 5B 38 17 151 54 2A
Octal 305 21 126 0 133 70 27 521 124 52
Binary 11000101 10001 1010110 0 1011011 111000 10111 101010001 1010100 101010

Color Harmonies of #C51156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51156

Black with #C51156

Text Example


Text Example

White with #C51156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51156; }

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

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

background-color css

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

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

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

border-color css

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

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

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