Html Css Color HEX #C51562 Ruby

📋 copy color: '#C51562'

red 197 ◦ green 21 ◦ blue 98

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

Shades of Ruby #C51562

Tints of Ruby #C51562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 62.34%
G = 6.65%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51562 (or 0xC51562) is known color: Ruby. HEX triplet: C5, 15 and 62. RGB value is (197,21,98). Sum of RGB (Red+Green+Blue) = 197+21+98=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C51562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51562 is #3AEA9D. Grayscale: #525252. Windows color (decimal): -3861150 or 6428101. OLE color: 6428101.

HSL color Cylindrical-coordinate representation of color #C51562: hue angle of 333.75º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51562 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 98 -
CMYK 0 0.89 0.50 0.23
HSL 333.75º 0.81% 0.43% -
HSV(B) 333.75º 0.89% 0.77% -
XYZ 25.5 13.29 12.78 -
YUV 82.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 197 21 98 0 0.89 0.50 0.23 333.75 0.81 0.43
Hex C5 15 62 0 59 32 17 14E 51 2B
Octal 305 25 142 0 131 62 27 516 121 53
Binary 11000101 10101 1100010 0 1011001 110010 10111 101001110 1010001 101011

Color Harmonies of #C51562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51562

Black with #C51562

Text Example


Text Example

White with #C51562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51562; }

 p { color: rgb(197,21,98); }

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

background-color css

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

 a { background-color: rgb(197,21,98); }

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

border-color css

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

 span { border-color: rgb(197,21,98); }

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