Html Css Color HEX #C50460 Ruby

📋 copy color: '#C50460'

red 197 ◦ green 4 ◦ blue 96

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

Shades of Ruby #C50460

Tints of Ruby #C50460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 66.33%
G = 1.35%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C50460 (or 0xC50460) is known color: Ruby. HEX triplet: C5, 04 and 60. RGB value is (197,4,96). Sum of RGB (Red+Green+Blue) = 197+4+96=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50460 is #3AFB9F. Grayscale: #484848. Windows color (decimal): -3865504 or 6292677. OLE color: 6292677.

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

Color convert

RGB 197 4 96 -
CMYK 0 0.98 0.51 0.23
HSL 331.4º 0.96% 0.39% -
HSV(B) 331.4º 0.98% 0.77% -
XYZ 25.18 12.8 12.21 -
YUV 72.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 197 4 96 0 0.98 0.51 0.23 331.4 0.96 0.39
Hex C5 4 60 0 62 33 17 14B 60 27
Octal 305 4 140 0 142 63 27 513 140 47
Binary 11000101 100 1100000 0 1100010 110011 10111 101001011 1100000 100111

Color Harmonies of #C50460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50460

Black with #C50460

Text Example


Text Example

White with #C50460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50460; }

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

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

background-color css

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

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

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

border-color css

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

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

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