Html Css Color HEX #C51A65 Ruby

📋 copy color: '#C51A65'

red 197 ◦ green 26 ◦ blue 101

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

Shades of Ruby #C51A65

Tints of Ruby #C51A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 60.8%
G = 8.02%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C51A65 (or 0xC51A65) is known color: Ruby. HEX triplet: C5, 1A and 65. RGB value is (197,26,101). Sum of RGB (Red+Green+Blue) = 197+26+101=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A65 is #3AE59A. Grayscale: #555555. Windows color (decimal): -3859867 or 6625989. OLE color: 6625989.

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

Color convert

RGB 197 26 101 -
CMYK 0 0.87 0.49 0.23
HSL 333.68º 0.77% 0.44% -
HSV(B) 333.68º 0.87% 0.77% -
XYZ 25.74 13.55 13.57 -
YUV 85.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 197 26 101 0 0.87 0.49 0.23 333.68 0.77 0.44
Hex C5 1A 65 0 57 31 17 14E 4D 2C
Octal 305 32 145 0 127 61 27 516 115 54
Binary 11000101 11010 1100101 0 1010111 110001 10111 101001110 1001101 101100

Color Harmonies of #C51A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A65

Black with #C51A65

Text Example


Text Example

White with #C51A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A65; }

 p { color: rgb(197,26,101); }

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

background-color css

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

 a { background-color: rgb(197,26,101); }

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

border-color css

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

 span { border-color: rgb(197,26,101); }

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