Html Css Color HEX #C51762 Ruby

📋 copy color: '#C51762'

red 197 ◦ green 23 ◦ blue 98

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

Shades of Ruby #C51762

Tints of Ruby #C51762

RGB

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

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

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

R = 61.95%
G = 7.23%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51762 (or 0xC51762) is known color: Ruby. HEX triplet: C5, 17 and 62. RGB value is (197,23,98). Sum of RGB (Red+Green+Blue) = 197+23+98=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51762 is #3AE89D. Grayscale: #535353. Windows color (decimal): -3860638 or 6428613. OLE color: 6428613.

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

Color convert

RGB 197 23 98 -
CMYK 0 0.88 0.50 0.23
HSL 334.14º 0.79% 0.43% -
HSV(B) 334.14º 0.88% 0.77% -
XYZ 25.54 13.36 12.79 -
YUV 83.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 197 23 98 0 0.88 0.50 0.23 334.14 0.79 0.43
Hex C5 17 62 0 58 32 17 14E 4F 2B
Octal 305 27 142 0 130 62 27 516 117 53
Binary 11000101 10111 1100010 0 1011000 110010 10111 101001110 1001111 101011

Color Harmonies of #C51762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51762

Black with #C51762

Text Example


Text Example

White with #C51762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51762; }

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

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

background-color css

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

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

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

border-color css

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

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

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