Html Css Color HEX #C51764 Ruby

📋 copy color: '#C51764'

red 197 ◦ green 23 ◦ blue 100

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

Shades of Ruby #C51764

Tints of Ruby #C51764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 61.56%
G = 7.19%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C51764 (or 0xC51764) is known color: Ruby. HEX triplet: C5, 17 and 64. RGB value is (197,23,100). Sum of RGB (Red+Green+Blue) = 197+23+100=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C51764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51764 is #3AE89B. Grayscale: #535353. Windows color (decimal): -3860636 or 6559685. OLE color: 6559685.

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

Color convert

RGB 197 23 100 -
CMYK 0 0.88 0.49 0.23
HSL 333.45º 0.79% 0.43% -
HSV(B) 333.45º 0.88% 0.77% -
XYZ 25.63 13.4 13.29 -
YUV 83.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 197 23 100 0 0.88 0.49 0.23 333.45 0.79 0.43
Hex C5 17 64 0 58 31 17 14D 4F 2B
Octal 305 27 144 0 130 61 27 515 117 53
Binary 11000101 10111 1100100 0 1011000 110001 10111 101001101 1001111 101011

Color Harmonies of #C51764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51764

Black with #C51764

Text Example


Text Example

White with #C51764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51764; }

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

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

background-color css

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

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

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

border-color css

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

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

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