Html Css Color HEX #C90666 Ruby

📋 copy color: '#C90666'

red 201 ◦ green 6 ◦ blue 102

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

Shades of Ruby #C90666

Tints of Ruby #C90666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 65.05%
G = 1.94%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C90666 (or 0xC90666) is known color: Ruby. HEX triplet: C9, 06 and 66. RGB value is (201,6,102). Sum of RGB (Red+Green+Blue) = 201+6+102=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C90666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90666 is #36F999. Grayscale: #4B4B4B. Windows color (decimal): -3602842 or 6686409. OLE color: 6686409.

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

Color convert

RGB 201 6 102 -
CMYK 0 0.97 0.49 0.21
HSL 330.46º 0.94% 0.41% -
HSV(B) 330.46º 0.97% 0.79% -
XYZ 26.55 13.51 13.78 -
YUV 75.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 201 6 102 0 0.97 0.49 0.21 330.46 0.94 0.41
Hex C9 6 66 0 61 31 15 14A 5E 29
Octal 311 6 146 0 141 61 25 512 136 51
Binary 11001001 110 1100110 0 1100001 110001 10101 101001010 1011110 101001

Color Harmonies of #C90666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90666

Black with #C90666

Text Example


Text Example

White with #C90666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90666; }

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

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

background-color css

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

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

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

border-color css

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

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

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