Html Css Color HEX #C51261 Ruby

📋 copy color: '#C51261'

red 197 ◦ green 18 ◦ blue 97

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

Shades of Ruby #C51261

Tints of Ruby #C51261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 63.14%
G = 5.77%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C51261 (or 0xC51261) is known color: Ruby. HEX triplet: C5, 12 and 61. RGB value is (197,18,97). Sum of RGB (Red+Green+Blue) = 197+18+97=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C51261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51261 is #3AED9E. Grayscale: #505050. Windows color (decimal): -3861919 or 6361797. OLE color: 6361797.

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

Color convert

RGB 197 18 97 -
CMYK 0 0.91 0.51 0.23
HSL 333.52º 0.83% 0.42% -
HSV(B) 333.52º 0.91% 0.77% -
XYZ 25.4 13.17 12.51 -
YUV 80.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 197 18 97 0 0.91 0.51 0.23 333.52 0.83 0.42
Hex C5 12 61 0 5B 33 17 14E 53 2A
Octal 305 22 141 0 133 63 27 516 123 52
Binary 11000101 10010 1100001 0 1011011 110011 10111 101001110 1010011 101010

Color Harmonies of #C51261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51261

Black with #C51261

Text Example


Text Example

White with #C51261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51261; }

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

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

background-color css

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

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

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

border-color css

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

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

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