Html Css Color HEX #C50562 Ruby

📋 copy color: '#C50562'

red 197 ◦ green 5 ◦ blue 98

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

Shades of Ruby #C50562

Tints of Ruby #C50562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 65.67%
G = 1.67%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50562 (or 0xC50562) is known color: Ruby. HEX triplet: C5, 05 and 62. RGB value is (197,5,98). Sum of RGB (Red+Green+Blue) = 197+5+98=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C50562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50562 is #3AFA9D. Grayscale: #484848. Windows color (decimal): -3865246 or 6424005. OLE color: 6424005.

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

Color convert

RGB 197 5 98 -
CMYK 0 0.97 0.50 0.23
HSL 330.94º 0.95% 0.4% -
HSV(B) 330.94º 0.97% 0.77% -
XYZ 25.28 12.86 12.7 -
YUV 73.01 142.11 216.44 -
System Red Green Blue C M Y K H S L
Decimal 197 5 98 0 0.97 0.50 0.23 330.94 0.95 0.4
Hex C5 5 62 0 61 32 17 14B 5F 28
Octal 305 5 142 0 141 62 27 513 137 50
Binary 11000101 101 1100010 0 1100001 110010 10111 101001011 1011111 101000

Color Harmonies of #C50562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50562

Black with #C50562

Text Example


Text Example

White with #C50562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50562; }

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

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

background-color css

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

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

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

border-color css

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

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

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