Html Css Color HEX #C50C60 Ruby

📋 copy color: '#C50C60'

red 197 ◦ green 12 ◦ blue 96

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

Shades of Ruby #C50C60

Tints of Ruby #C50C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.93%

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

R = 64.59%
G = 3.93%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C50C60 (or 0xC50C60) is known color: Ruby. HEX triplet: C5, 0C and 60. RGB value is (197,12,96). Sum of RGB (Red+Green+Blue) = 197+12+96=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50C60 is #3AF39F. Grayscale: #4C4C4C. Windows color (decimal): -3863456 or 6294725. OLE color: 6294725.

HSL color Cylindrical-coordinate representation of color #C50C60: hue angle of 332.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C60 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 12 96 -
CMYK 0 0.94 0.51 0.23
HSL 332.76º 0.89% 0.41% -
HSV(B) 332.76º 0.94% 0.77% -
XYZ 25.27 12.98 12.24 -
YUV 76.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 197 12 96 0 0.94 0.51 0.23 332.76 0.89 0.41
Hex C5 C 60 0 5E 33 17 14D 59 29
Octal 305 14 140 0 136 63 27 515 131 51
Binary 11000101 1100 1100000 0 1011110 110011 10111 101001101 1011001 101001

Color Harmonies of #C50C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C60

Black with #C50C60

Text Example


Text Example

White with #C50C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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