Html Css Color HEX #C50954 Ruby

📋 copy color: '#C50954'

red 197 ◦ green 9 ◦ blue 84

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

Shades of Ruby #C50954

Tints of Ruby #C50954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 67.93%
G = 3.1%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C50954 (or 0xC50954) is known color: Ruby. HEX triplet: C5, 09 and 54. RGB value is (197,9,84). Sum of RGB (Red+Green+Blue) = 197+9+84=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C50954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50954 is #3AF6AB. Grayscale: #494949. Windows color (decimal): -3864236 or 5507525. OLE color: 5507525.

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

Color convert

RGB 197 9 84 -
CMYK 0 0.95 0.57 0.23
HSL 336.06º 0.91% 0.4% -
HSV(B) 336.06º 0.95% 0.77% -
XYZ 24.72 12.71 9.54 -
YUV 73.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 197 9 84 0 0.95 0.57 0.23 336.06 0.91 0.4
Hex C5 9 54 0 5F 39 17 150 5B 28
Octal 305 11 124 0 137 71 27 520 133 50
Binary 11000101 1001 1010100 0 1011111 111001 10111 101010000 1011011 101000

Color Harmonies of #C50954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50954

Black with #C50954

Text Example


Text Example

White with #C50954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50954; }

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

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

background-color css

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

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

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

border-color css

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

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

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