Html Css Color HEX #C51967 Ruby

📋 copy color: '#C51967'

red 197 ◦ green 25 ◦ blue 103

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

Shades of Ruby #C51967

Tints of Ruby #C51967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 60.62%
G = 7.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C51967 (or 0xC51967) is known color: Ruby. HEX triplet: C5, 19 and 67. RGB value is (197,25,103). Sum of RGB (Red+Green+Blue) = 197+25+103=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C51967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51967 is #3AE698. Grayscale: #555555. Windows color (decimal): -3860121 or 6756805. OLE color: 6756805.

HSL color Cylindrical-coordinate representation of color #C51967: hue angle of 332.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51967 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 103 -
CMYK 0 0.87 0.48 0.23
HSL 332.79º 0.77% 0.44% -
HSV(B) 332.79º 0.87% 0.77% -
XYZ 25.82 13.54 14.09 -
YUV 85.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 197 25 103 0 0.87 0.48 0.23 332.79 0.77 0.44
Hex C5 19 67 0 57 30 17 14D 4D 2C
Octal 305 31 147 0 127 60 27 515 115 54
Binary 11000101 11001 1100111 0 1010111 110000 10111 101001101 1001101 101100

Color Harmonies of #C51967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51967

Black with #C51967

Text Example


Text Example

White with #C51967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51967; }

 p { color: rgb(197,25,103); }

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

background-color css

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

 a { background-color: rgb(197,25,103); }

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

border-color css

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

 span { border-color: rgb(197,25,103); }

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