Html Css Color HEX #C50463 Ruby

📋 copy color: '#C50463'

red 197 ◦ green 4 ◦ blue 99

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

Shades of Ruby #C50463

Tints of Ruby #C50463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 65.67%
G = 1.33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50463 (or 0xC50463) is known color: Ruby. HEX triplet: C5, 04 and 63. RGB value is (197,4,99). Sum of RGB (Red+Green+Blue) = 197+4+99=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C50463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50463 is #3AFB9C. Grayscale: #484848. Windows color (decimal): -3865501 or 6489285. OLE color: 6489285.

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

Color convert

RGB 197 4 99 -
CMYK 0 0.98 0.50 0.23
HSL 330.47º 0.96% 0.39% -
HSV(B) 330.47º 0.98% 0.77% -
XYZ 25.32 12.86 12.95 -
YUV 72.54 142.94 216.78 -
System Red Green Blue C M Y K H S L
Decimal 197 4 99 0 0.98 0.50 0.23 330.47 0.96 0.39
Hex C5 4 63 0 62 32 17 14A 60 27
Octal 305 4 143 0 142 62 27 512 140 47
Binary 11000101 100 1100011 0 1100010 110010 10111 101001010 1100000 100111

Color Harmonies of #C50463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50463

Black with #C50463

Text Example


Text Example

White with #C50463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50463; }

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

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

background-color css

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

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

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

border-color css

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

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

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