Html Css Color HEX #C51966 Ruby

📋 copy color: '#C51966'

red 197 ◦ green 25 ◦ blue 102

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

Shades of Ruby #C51966

Tints of Ruby #C51966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.72%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 60.8%
G = 7.72%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C51966 (or 0xC51966) is known color: Ruby. HEX triplet: C5, 19 and 66. RGB value is (197,25,102). Sum of RGB (Red+Green+Blue) = 197+25+102=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C51966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51966 is #3AE699. Grayscale: #555555. Windows color (decimal): -3860122 or 6691269. OLE color: 6691269.

HSL color Cylindrical-coordinate representation of color #C51966: hue angle of 333.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51966 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 102 -
CMYK 0 0.87 0.48 0.23
HSL 333.14º 0.77% 0.44% -
HSV(B) 333.14º 0.87% 0.77% -
XYZ 25.77 13.52 13.82 -
YUV 85.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 197 25 102 0 0.87 0.48 0.23 333.14 0.77 0.44
Hex C5 19 66 0 57 30 17 14D 4D 2C
Octal 305 31 146 0 127 60 27 515 115 54
Binary 11000101 11001 1100110 0 1010111 110000 10111 101001101 1001101 101100

Color Harmonies of #C51966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51966

Black with #C51966

Text Example


Text Example

White with #C51966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51966; }

 p { color: rgb(197,25,102); }

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

background-color css

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

 a { background-color: rgb(197,25,102); }

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

border-color css

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

 span { border-color: rgb(197,25,102); }

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