Html Css Color HEX #C51861 Ruby

📋 copy color: '#C51861'

red 197 ◦ green 24 ◦ blue 97

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

Shades of Ruby #C51861

Tints of Ruby #C51861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 61.95%
G = 7.55%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C51861 (or 0xC51861) is known color: Ruby. HEX triplet: C5, 18 and 61. RGB value is (197,24,97). Sum of RGB (Red+Green+Blue) = 197+24+97=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51861 is #3AE79E. Grayscale: #535353. Windows color (decimal): -3860383 or 6363333. OLE color: 6363333.

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

Color convert

RGB 197 24 97 -
CMYK 0 0.88 0.51 0.23
HSL 334.68º 0.78% 0.43% -
HSV(B) 334.68º 0.88% 0.77% -
XYZ 25.51 13.39 12.55 -
YUV 84.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 197 24 97 0 0.88 0.51 0.23 334.68 0.78 0.43
Hex C5 18 61 0 58 33 17 14F 4E 2B
Octal 305 30 141 0 130 63 27 517 116 53
Binary 11000101 11000 1100001 0 1011000 110011 10111 101001111 1001110 101011

Color Harmonies of #C51861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51861

Black with #C51861

Text Example


Text Example

White with #C51861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51861; }

 p { color: rgb(197,24,97); }

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

background-color css

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

 a { background-color: rgb(197,24,97); }

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

border-color css

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

 span { border-color: rgb(197,24,97); }

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