Html Css Color HEX #C51763 Ruby

📋 copy color: '#C51763'

red 197 ◦ green 23 ◦ blue 99

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

Shades of Ruby #C51763

Tints of Ruby #C51763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 61.76%
G = 7.21%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51763 (or 0xC51763) is known color: Ruby. HEX triplet: C5, 17 and 63. RGB value is (197,23,99). Sum of RGB (Red+Green+Blue) = 197+23+99=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51763 is #3AE89C. Grayscale: #535353. Windows color (decimal): -3860637 or 6494149. OLE color: 6494149.

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

Color convert

RGB 197 23 99 -
CMYK 0 0.88 0.50 0.23
HSL 333.79º 0.79% 0.43% -
HSV(B) 333.79º 0.88% 0.77% -
XYZ 25.58 13.38 13.04 -
YUV 83.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 197 23 99 0 0.88 0.50 0.23 333.79 0.79 0.43
Hex C5 17 63 0 58 32 17 14E 4F 2B
Octal 305 27 143 0 130 62 27 516 117 53
Binary 11000101 10111 1100011 0 1011000 110010 10111 101001110 1001111 101011

Color Harmonies of #C51763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51763

Black with #C51763

Text Example


Text Example

White with #C51763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51763; }

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

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

background-color css

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

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

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

border-color css

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

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

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