Html Css Color HEX #C91766 Ruby

📋 copy color: '#C91766'

red 201 ◦ green 23 ◦ blue 102

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

Shades of Ruby #C91766

Tints of Ruby #C91766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.06%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 61.66%
G = 7.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C91766 (or 0xC91766) is known color: Ruby. HEX triplet: C9, 17 and 66. RGB value is (201,23,102). Sum of RGB (Red+Green+Blue) = 201+23+102=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C91766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91766 is #36E899. Grayscale: #555555. Windows color (decimal): -3598490 or 6690761. OLE color: 6690761.

HSL color Cylindrical-coordinate representation of color #C91766: hue angle of 333.37º degrees, saturation: 0.79, 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 #C91766 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 102 -
CMYK 0 0.89 0.49 0.21
HSL 333.37º 0.79% 0.44% -
HSV(B) 333.37º 0.89% 0.79% -
XYZ 26.79 13.99 13.86 -
YUV 85.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 201 23 102 0 0.89 0.49 0.21 333.37 0.79 0.44
Hex C9 17 66 0 59 31 15 14D 4F 2C
Octal 311 27 146 0 131 61 25 515 117 54
Binary 11001001 10111 1100110 0 1011001 110001 10101 101001101 1001111 101100

Color Harmonies of #C91766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91766

Black with #C91766

Text Example


Text Example

White with #C91766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91766; }

 p { color: rgb(201,23,102); }

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

background-color css

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

 a { background-color: rgb(201,23,102); }

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

border-color css

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

 span { border-color: rgb(201,23,102); }

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