Html Css Color HEX #C91866 Ruby

📋 copy color: '#C91866'

red 201 ◦ green 24 ◦ blue 102

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

Shades of Ruby #C91866

Tints of Ruby #C91866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 61.47%
G = 7.34%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C91866 (or 0xC91866) is known color: Ruby. HEX triplet: C9, 18 and 66. RGB value is (201,24,102). Sum of RGB (Red+Green+Blue) = 201+24+102=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C91866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91866 is #36E799. Grayscale: #555555. Windows color (decimal): -3598234 or 6691017. OLE color: 6691017.

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

Color convert

RGB 201 24 102 -
CMYK 0 0.88 0.49 0.21
HSL 333.56º 0.79% 0.44% -
HSV(B) 333.56º 0.88% 0.79% -
XYZ 26.81 14.03 13.87 -
YUV 85.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 201 24 102 0 0.88 0.49 0.21 333.56 0.79 0.44
Hex C9 18 66 0 58 31 15 14E 4F 2C
Octal 311 30 146 0 130 61 25 516 117 54
Binary 11001001 11000 1100110 0 1011000 110001 10101 101001110 1001111 101100

Color Harmonies of #C91866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91866

Black with #C91866

Text Example


Text Example

White with #C91866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91866; }

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

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

background-color css

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

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

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

border-color css

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

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

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