Html Css Color HEX #C50657 Ruby

📋 copy color: '#C50657'

red 197 ◦ green 6 ◦ blue 87

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

Shades of Ruby #C50657

Tints of Ruby #C50657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

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

R = 67.93%
G = 2.07%
B = 30%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50657 (or 0xC50657) is known color: Ruby. HEX triplet: C5, 06 and 57. RGB value is (197,6,87). Sum of RGB (Red+Green+Blue) = 197+6+87=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C50657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50657 is #3AF9A8. Grayscale: #484848. Windows color (decimal): -3865001 or 5703365. OLE color: 5703365.

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

Color convert

RGB 197 6 87 -
CMYK 0 0.97 0.56 0.23
HSL 334.56º 0.94% 0.4% -
HSV(B) 334.56º 0.97% 0.77% -
XYZ 24.81 12.69 10.16 -
YUV 72.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 197 6 87 0 0.97 0.56 0.23 334.56 0.94 0.4
Hex C5 6 57 0 61 38 17 14F 5E 28
Octal 305 6 127 0 141 70 27 517 136 50
Binary 11000101 110 1010111 0 1100001 111000 10111 101001111 1011110 101000

Color Harmonies of #C50657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50657

Black with #C50657

Text Example


Text Example

White with #C50657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50657; }

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

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

background-color css

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

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

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

border-color css

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

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

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