Html Css Color HEX #C91663 Ruby

📋 copy color: '#C91663'

red 201 ◦ green 22 ◦ blue 99

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

Shades of Ruby #C91663

Tints of Ruby #C91663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.83%

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

R = 62.42%
G = 6.83%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C91663 (or 0xC91663) is known color: Ruby. HEX triplet: C9, 16 and 63. RGB value is (201,22,99). Sum of RGB (Red+Green+Blue) = 201+22+99=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C91663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91663 is #36E99C. Grayscale: #545454. Windows color (decimal): -3598749 or 6493897. OLE color: 6493897.

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

Color convert

RGB 201 22 99 -
CMYK 0 0.89 0.51 0.21
HSL 334.19º 0.8% 0.44% -
HSV(B) 334.19º 0.89% 0.79% -
XYZ 26.63 13.89 13.08 -
YUV 84.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 201 22 99 0 0.89 0.51 0.21 334.19 0.8 0.44
Hex C9 16 63 0 59 33 15 14E 50 2C
Octal 311 26 143 0 131 63 25 516 120 54
Binary 11001001 10110 1100011 0 1011001 110011 10101 101001110 1010000 101100

Color Harmonies of #C91663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91663

Black with #C91663

Text Example


Text Example

White with #C91663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91663; }

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

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

background-color css

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

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

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

border-color css

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

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

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