Html Css Color HEX #C90866 Ruby

📋 copy color: '#C90866'

red 201 ◦ green 8 ◦ blue 102

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

Shades of Ruby #C90866

Tints of Ruby #C90866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.57%

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

R = 64.63%
G = 2.57%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C90866 (or 0xC90866) is known color: Ruby. HEX triplet: C9, 08 and 66. RGB value is (201,8,102). Sum of RGB (Red+Green+Blue) = 201+8+102=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C90866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90866 is #36F799. Grayscale: #4C4C4C. Windows color (decimal): -3602330 or 6686921. OLE color: 6686921.

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

Color convert

RGB 201 8 102 -
CMYK 0 0.96 0.49 0.21
HSL 330.78º 0.92% 0.41% -
HSV(B) 330.78º 0.96% 0.79% -
XYZ 26.57 13.55 13.79 -
YUV 76.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 201 8 102 0 0.96 0.49 0.21 330.78 0.92 0.41
Hex C9 8 66 0 60 31 15 14B 5C 29
Octal 311 10 146 0 140 61 25 513 134 51
Binary 11001001 1000 1100110 0 1100000 110001 10101 101001011 1011100 101001

Color Harmonies of #C90866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90866

Black with #C90866

Text Example


Text Example

White with #C90866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90866; }

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

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

background-color css

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

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

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

border-color css

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

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

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