Html Css Color HEX #C50963 Ruby

📋 copy color: '#C50963'

red 197 ◦ green 9 ◦ blue 99

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

Shades of Ruby #C50963

Tints of Ruby #C50963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 64.59%
G = 2.95%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50963 (or 0xC50963) is known color: Ruby. HEX triplet: C5, 09 and 63. RGB value is (197,9,99). Sum of RGB (Red+Green+Blue) = 197+9+99=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C50963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50963 is #3AF69C. Grayscale: #4B4B4B. Windows color (decimal): -3864221 or 6490565. OLE color: 6490565.

HSL color Cylindrical-coordinate representation of color #C50963: hue angle of 331.28º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50963 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 99 -
CMYK 0 0.95 0.50 0.23
HSL 331.28º 0.91% 0.4% -
HSV(B) 331.28º 0.95% 0.77% -
XYZ 25.38 12.97 12.97 -
YUV 75.47 141.28 214.68 -
System Red Green Blue C M Y K H S L
Decimal 197 9 99 0 0.95 0.50 0.23 331.28 0.91 0.4
Hex C5 9 63 0 5F 32 17 14B 5B 28
Octal 305 11 143 0 137 62 27 513 133 50
Binary 11000101 1001 1100011 0 1011111 110010 10111 101001011 1011011 101000

Color Harmonies of #C50963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50963

Black with #C50963

Text Example


Text Example

White with #C50963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50963; }

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

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

background-color css

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

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

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

border-color css

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

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

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