Html Css Color HEX #C50564 Ruby

📋 copy color: '#C50564'

red 197 ◦ green 5 ◦ blue 100

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

Shades of Ruby #C50564

Tints of Ruby #C50564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 65.23%
G = 1.66%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C50564 (or 0xC50564) is known color: Ruby. HEX triplet: C5, 05 and 64. RGB value is (197,5,100). Sum of RGB (Red+Green+Blue) = 197+5+100=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C50564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50564 is #3AFA9B. Grayscale: #494949. Windows color (decimal): -3865244 or 6555077. OLE color: 6555077.

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

Color convert

RGB 197 5 100 -
CMYK 0 0.97 0.49 0.23
HSL 330.31º 0.95% 0.4% -
HSV(B) 330.31º 0.97% 0.77% -
XYZ 25.38 12.9 13.21 -
YUV 73.24 143.11 216.28 -
System Red Green Blue C M Y K H S L
Decimal 197 5 100 0 0.97 0.49 0.23 330.31 0.95 0.4
Hex C5 5 64 0 61 31 17 14A 5F 28
Octal 305 5 144 0 141 61 27 512 137 50
Binary 11000101 101 1100100 0 1100001 110001 10111 101001010 1011111 101000

Color Harmonies of #C50564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50564

Black with #C50564

Text Example


Text Example

White with #C50564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50564; }

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

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

background-color css

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

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

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

border-color css

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

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

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