Html Css Color HEX #C50851 Ruby

📋 copy color: '#C50851'

red 197 ◦ green 8 ◦ blue 81

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

Shades of Ruby #C50851

Tints of Ruby #C50851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 68.88%
G = 2.8%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C50851 (or 0xC50851) is known color: Ruby. HEX triplet: C5, 08 and 51. RGB value is (197,8,81). Sum of RGB (Red+Green+Blue) = 197+8+81=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50851 is #3AF7AE. Grayscale: #484848. Windows color (decimal): -3864495 or 5310661. OLE color: 5310661.

HSL color Cylindrical-coordinate representation of color #C50851: hue angle of 336.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50851 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 81 -
CMYK 0 0.96 0.59 0.23
HSL 336.83º 0.92% 0.4% -
HSV(B) 336.83º 0.96% 0.77% -
XYZ 24.6 12.64 8.93 -
YUV 72.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 197 8 81 0 0.96 0.59 0.23 336.83 0.92 0.4
Hex C5 8 51 0 60 3B 17 151 5C 28
Octal 305 10 121 0 140 73 27 521 134 50
Binary 11000101 1000 1010001 0 1100000 111011 10111 101010001 1011100 101000

Color Harmonies of #C50851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50851

Black with #C50851

Text Example


Text Example

White with #C50851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50851; }

 p { color: rgb(197,8,81); }

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

background-color css

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

 a { background-color: rgb(197,8,81); }

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

border-color css

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

 span { border-color: rgb(197,8,81); }

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