Html Css Color HEX #C51862 Ruby

📋 copy color: '#C51862'

red 197 ◦ green 24 ◦ blue 98

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

Shades of Ruby #C51862

Tints of Ruby #C51862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 61.76%
G = 7.52%
B = 30.72%

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

#C51862 (or 0xC51862) is known color: Ruby. HEX triplet: C5, 18 and 62. RGB value is (197,24,98). Sum of RGB (Red+Green+Blue) = 197+24+98=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51862 is #3AE79D. Grayscale: #545454. Windows color (decimal): -3860382 or 6428869. OLE color: 6428869.

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

Color convert

RGB 197 24 98 -
CMYK 0 0.88 0.50 0.23
HSL 334.34º 0.78% 0.43% -
HSV(B) 334.34º 0.88% 0.77% -
XYZ 25.56 13.41 12.8 -
YUV 84.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 197 24 98 0 0.88 0.50 0.23 334.34 0.78 0.43
Hex C5 18 62 0 58 32 17 14E 4E 2B
Octal 305 30 142 0 130 62 27 516 116 53
Binary 11000101 11000 1100010 0 1011000 110010 10111 101001110 1001110 101011

Color Harmonies of #C51862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51862

Black with #C51862

Text Example


Text Example

White with #C51862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51862; }

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

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

background-color css

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

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

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

border-color css

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

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

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