Html Css Color HEX #C51766 Ruby

📋 copy color: '#C51766'

red 197 ◦ green 23 ◦ blue 102

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

Shades of Ruby #C51766

Tints of Ruby #C51766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 61.18%
G = 7.14%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C51766 (or 0xC51766) is known color: Ruby. HEX triplet: C5, 17 and 66. RGB value is (197,23,102). Sum of RGB (Red+Green+Blue) = 197+23+102=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51766 is #3AE899. Grayscale: #535353. Windows color (decimal): -3860634 or 6690757. OLE color: 6690757.

HSL color Cylindrical-coordinate representation of color #C51766: hue angle of 332.76º degrees, saturation: 0.79, 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 #C51766 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 102 -
CMYK 0 0.88 0.48 0.23
HSL 332.76º 0.79% 0.43% -
HSV(B) 332.76º 0.88% 0.77% -
XYZ 25.73 13.44 13.81 -
YUV 84.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 197 23 102 0 0.88 0.48 0.23 332.76 0.79 0.43
Hex C5 17 66 0 58 30 17 14D 4F 2B
Octal 305 27 146 0 130 60 27 515 117 53
Binary 11000101 10111 1100110 0 1011000 110000 10111 101001101 1001111 101011

Color Harmonies of #C51766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51766

Black with #C51766

Text Example


Text Example

White with #C51766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51766; }

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

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

background-color css

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

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

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

border-color css

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

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

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