Html Css Color HEX #C50959 Ruby

📋 copy color: '#C50959'

red 197 ◦ green 9 ◦ blue 89

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

Shades of Ruby #C50959

Tints of Ruby #C50959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 66.78%
G = 3.05%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50959 (or 0xC50959) is known color: Ruby. HEX triplet: C5, 09 and 59. RGB value is (197,9,89). Sum of RGB (Red+Green+Blue) = 197+9+89=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C50959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50959 is #3AF6A6. Grayscale: #4A4A4A. Windows color (decimal): -3864231 or 5835205. OLE color: 5835205.

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

Color convert

RGB 197 9 89 -
CMYK 0 0.95 0.55 0.23
HSL 334.47º 0.91% 0.4% -
HSV(B) 334.47º 0.95% 0.77% -
XYZ 24.93 12.79 10.61 -
YUV 74.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 197 9 89 0 0.95 0.55 0.23 334.47 0.91 0.4
Hex C5 9 59 0 5F 37 17 14E 5B 28
Octal 305 11 131 0 137 67 27 516 133 50
Binary 11000101 1001 1011001 0 1011111 110111 10111 101001110 1011011 101000

Color Harmonies of #C50959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50959

Black with #C50959

Text Example


Text Example

White with #C50959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50959; }

 p { color: rgb(197,9,89); }

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

background-color css

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

 a { background-color: rgb(197,9,89); }

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

border-color css

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

 span { border-color: rgb(197,9,89); }

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