Html Css Color HEX #C50457 Ruby

📋 copy color: '#C50457'

red 197 ◦ green 4 ◦ blue 87

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

Shades of Ruby #C50457

Tints of Ruby #C50457

RGB

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

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

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

R = 68.4%
G = 1.39%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50457 (or 0xC50457) is known color: Ruby. HEX triplet: C5, 04 and 57. RGB value is (197,4,87). Sum of RGB (Red+Green+Blue) = 197+4+87=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C50457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50457 is #3AFBA8. Grayscale: #474747. Windows color (decimal): -3865513 or 5702853. OLE color: 5702853.

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

Color convert

RGB 197 4 87 -
CMYK 0 0.98 0.56 0.23
HSL 334.2º 0.96% 0.39% -
HSV(B) 334.2º 0.98% 0.77% -
XYZ 24.79 12.65 10.15 -
YUV 71.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 197 4 87 0 0.98 0.56 0.23 334.2 0.96 0.39
Hex C5 4 57 0 62 38 17 14E 60 27
Octal 305 4 127 0 142 70 27 516 140 47
Binary 11000101 100 1010111 0 1100010 111000 10111 101001110 1100000 100111

Color Harmonies of #C50457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50457

Black with #C50457

Text Example


Text Example

White with #C50457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50457; }

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

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

background-color css

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

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

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

border-color css

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

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

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