Html Css Color HEX #C51061 Ruby

📋 copy color: '#C51061'

red 197 ◦ green 16 ◦ blue 97

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

Shades of Ruby #C51061

Tints of Ruby #C51061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 63.55%
G = 5.16%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C51061 (or 0xC51061) is known color: Ruby. HEX triplet: C5, 10 and 61. RGB value is (197,16,97). Sum of RGB (Red+Green+Blue) = 197+16+97=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C51061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51061 is #3AEF9E. Grayscale: #4F4F4F. Windows color (decimal): -3862431 or 6361285. OLE color: 6361285.

HSL color Cylindrical-coordinate representation of color #C51061: hue angle of 333.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51061 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 97 -
CMYK 0 0.92 0.51 0.23
HSL 333.15º 0.85% 0.42% -
HSV(B) 333.15º 0.92% 0.77% -
XYZ 25.37 13.1 12.5 -
YUV 79.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 197 16 97 0 0.92 0.51 0.23 333.15 0.85 0.42
Hex C5 10 61 0 5C 33 17 14D 55 2A
Octal 305 20 141 0 134 63 27 515 125 52
Binary 11000101 10000 1100001 0 1011100 110011 10111 101001101 1010101 101010

Color Harmonies of #C51061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51061

Black with #C51061

Text Example


Text Example

White with #C51061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51061; }

 p { color: rgb(197,16,97); }

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

background-color css

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

 a { background-color: rgb(197,16,97); }

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

border-color css

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

 span { border-color: rgb(197,16,97); }

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