Html Css Color HEX #C51760 Ruby

📋 copy color: '#C51760'

red 197 ◦ green 23 ◦ blue 96

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

Shades of Ruby #C51760

Tints of Ruby #C51760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 62.34%
G = 7.28%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C51760 (or 0xC51760) is known color: Ruby. HEX triplet: C5, 17 and 60. RGB value is (197,23,96). Sum of RGB (Red+Green+Blue) = 197+23+96=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C51760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51760 is #3AE89F. Grayscale: #535353. Windows color (decimal): -3860640 or 6297541. OLE color: 6297541.

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

Color convert

RGB 197 23 96 -
CMYK 0 0.88 0.51 0.23
HSL 334.83º 0.79% 0.43% -
HSV(B) 334.83º 0.88% 0.77% -
XYZ 25.44 13.33 12.3 -
YUV 83.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 197 23 96 0 0.88 0.51 0.23 334.83 0.79 0.43
Hex C5 17 60 0 58 33 17 14F 4F 2B
Octal 305 27 140 0 130 63 27 517 117 53
Binary 11000101 10111 1100000 0 1011000 110011 10111 101001111 1001111 101011

Color Harmonies of #C51760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51760

Black with #C51760

Text Example


Text Example

White with #C51760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51760; }

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

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

background-color css

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

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

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

border-color css

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

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

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