Html Css Color HEX #C50553 Ruby

📋 copy color: '#C50553'

red 197 ◦ green 5 ◦ blue 83

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

Shades of Ruby #C50553

Tints of Ruby #C50553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 69.12%
G = 1.75%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50553 (or 0xC50553) is known color: Ruby. HEX triplet: C5, 05 and 53. RGB value is (197,5,83). Sum of RGB (Red+Green+Blue) = 197+5+83=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50553 is #3AFAAC. Grayscale: #474747. Windows color (decimal): -3865261 or 5440965. OLE color: 5440965.

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

Color convert

RGB 197 5 83 -
CMYK 0 0.97 0.58 0.23
HSL 335.63º 0.95% 0.4% -
HSV(B) 335.63º 0.97% 0.77% -
XYZ 24.64 12.6 9.32 -
YUV 71.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 197 5 83 0 0.97 0.58 0.23 335.63 0.95 0.4
Hex C5 5 53 0 61 3A 17 150 5F 28
Octal 305 5 123 0 141 72 27 520 137 50
Binary 11000101 101 1010011 0 1100001 111010 10111 101010000 1011111 101000

Color Harmonies of #C50553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50553

Black with #C50553

Text Example


Text Example

White with #C50553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50553; }

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

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

background-color css

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

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

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

border-color css

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

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

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