Html Css Color HEX #C91563 Ruby

📋 copy color: '#C91563'

red 201 ◦ green 21 ◦ blue 99

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

Shades of Ruby #C91563

Tints of Ruby #C91563

RGB

 RED value IS 201 (78.91% from 255) = 62.62%

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 62.62%
G = 6.54%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C91563 (or 0xC91563) is known color: Ruby. HEX triplet: C9, 15 and 63. RGB value is (201,21,99). Sum of RGB (Red+Green+Blue) = 201+21+99=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C91563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91563 is #36EA9C. Grayscale: #535353. Windows color (decimal): -3599005 or 6493641. OLE color: 6493641.

HSL color Cylindrical-coordinate representation of color #C91563: hue angle of 334º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91563 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 99 -
CMYK 0 0.90 0.51 0.21
HSL 334º 0.81% 0.44% -
HSV(B) 334º 0.9% 0.79% -
XYZ 26.61 13.85 13.08 -
YUV 83.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 201 21 99 0 0.90 0.51 0.21 334 0.81 0.44
Hex C9 15 63 0 5A 33 15 14E 51 2C
Octal 311 25 143 0 132 63 25 516 121 54
Binary 11001001 10101 1100011 0 1011010 110011 10101 101001110 1010001 101100

Color Harmonies of #C91563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91563

Black with #C91563

Text Example


Text Example

White with #C91563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91563; }

 p { color: rgb(201,21,99); }

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

background-color css

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

 a { background-color: rgb(201,21,99); }

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

border-color css

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

 span { border-color: rgb(201,21,99); }

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