Html Css Color HEX #C51057 Ruby

📋 copy color: '#C51057'

red 197 ◦ green 16 ◦ blue 87

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

Shades of Ruby #C51057

Tints of Ruby #C51057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 87 (34.38% from 255) = 29%

R = 65.67%
G = 5.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C51057 (or 0xC51057) is known color: Ruby. HEX triplet: C5, 10 and 57. RGB value is (197,16,87). Sum of RGB (Red+Green+Blue) = 197+16+87=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C51057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51057 is #3AEFA8. Grayscale: #4E4E4E. Windows color (decimal): -3862441 or 5705925. OLE color: 5705925.

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

Color convert

RGB 197 16 87 -
CMYK 0 0.92 0.56 0.23
HSL 336.46º 0.85% 0.42% -
HSV(B) 336.46º 0.92% 0.77% -
XYZ 24.93 12.93 10.2 -
YUV 78.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 197 16 87 0 0.92 0.56 0.23 336.46 0.85 0.42
Hex C5 10 57 0 5C 38 17 150 55 2A
Octal 305 20 127 0 134 70 27 520 125 52
Binary 11000101 10000 1010111 0 1011100 111000 10111 101010000 1010101 101010

Color Harmonies of #C51057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51057

Black with #C51057

Text Example


Text Example

White with #C51057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51057; }

 p { color: rgb(197,16,87); }

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

background-color css

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

 a { background-color: rgb(197,16,87); }

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

border-color css

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

 span { border-color: rgb(197,16,87); }

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