Html Css Color HEX #C50459 Ruby

📋 copy color: '#C50459'

red 197 ◦ green 4 ◦ blue 89

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

Shades of Ruby #C50459

Tints of Ruby #C50459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 67.93%
G = 1.38%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C50459 (or 0xC50459) is known color: Ruby. HEX triplet: C5, 04 and 59. RGB value is (197,4,89). Sum of RGB (Red+Green+Blue) = 197+4+89=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C50459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50459 is #3AFBA6. Grayscale: #474747. Windows color (decimal): -3865511 or 5833925. OLE color: 5833925.

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

Color convert

RGB 197 4 89 -
CMYK 0 0.98 0.55 0.23
HSL 333.58º 0.96% 0.39% -
HSV(B) 333.58º 0.98% 0.77% -
XYZ 24.87 12.68 10.59 -
YUV 71.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 197 4 89 0 0.98 0.55 0.23 333.58 0.96 0.39
Hex C5 4 59 0 62 37 17 14E 60 27
Octal 305 4 131 0 142 67 27 516 140 47
Binary 11000101 100 1011001 0 1100010 110111 10111 101001110 1100000 100111

Color Harmonies of #C50459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50459

Black with #C50459

Text Example


Text Example

White with #C50459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50459; }

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

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

background-color css

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

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

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

border-color css

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

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

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