Html Css Color HEX #C50556 Ruby

📋 copy color: '#C50556'

red 197 ◦ green 5 ◦ blue 86

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

Shades of Ruby #C50556

Tints of Ruby #C50556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 86 (33.98% from 255) = 29.86%

R = 68.4%
G = 1.74%
B = 29.86%

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

#C50556 (or 0xC50556) is known color: Ruby. HEX triplet: C5, 05 and 56. RGB value is (197,5,86). Sum of RGB (Red+Green+Blue) = 197+5+86=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C50556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50556 is #3AFAA9. Grayscale: #474747. Windows color (decimal): -3865258 or 5637573. OLE color: 5637573.

HSL color Cylindrical-coordinate representation of color #C50556: hue angle of 334.69º degrees, saturation: 0.95, 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 #C50556 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 86 -
CMYK 0 0.97 0.56 0.23
HSL 334.69º 0.95% 0.4% -
HSV(B) 334.69º 0.97% 0.77% -
XYZ 24.76 12.65 9.94 -
YUV 71.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 197 5 86 0 0.97 0.56 0.23 334.69 0.95 0.4
Hex C5 5 56 0 61 38 17 14F 5F 28
Octal 305 5 126 0 141 70 27 517 137 50
Binary 11000101 101 1010110 0 1100001 111000 10111 101001111 1011111 101000

Color Harmonies of #C50556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50556

Black with #C50556

Text Example


Text Example

White with #C50556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50556; }

 p { color: rgb(197,5,86); }

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

background-color css

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

 a { background-color: rgb(197,5,86); }

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

border-color css

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

 span { border-color: rgb(197,5,86); }

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