Html Css Color HEX #C90664 Ruby

📋 copy color: '#C90664'

red 201 ◦ green 6 ◦ blue 100

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

Shades of Ruby #C90664

Tints of Ruby #C90664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 65.47%
G = 1.95%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C90664 (or 0xC90664) is known color: Ruby. HEX triplet: C9, 06 and 64. RGB value is (201,6,100). Sum of RGB (Red+Green+Blue) = 201+6+100=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C90664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90664 is #36F99B. Grayscale: #4A4A4A. Windows color (decimal): -3602844 or 6555337. OLE color: 6555337.

HSL color Cylindrical-coordinate representation of color #C90664: hue angle of 331.08º 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 #C90664 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 100 -
CMYK 0 0.97 0.50 0.21
HSL 331.08º 0.94% 0.41% -
HSV(B) 331.08º 0.97% 0.79% -
XYZ 26.45 13.47 13.26 -
YUV 75.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 201 6 100 0 0.97 0.50 0.21 331.08 0.94 0.41
Hex C9 6 64 0 61 32 15 14B 5E 29
Octal 311 6 144 0 141 62 25 513 136 51
Binary 11001001 110 1100100 0 1100001 110010 10101 101001011 1011110 101001

Color Harmonies of #C90664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90664

Black with #C90664

Text Example


Text Example

White with #C90664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90664; }

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

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

background-color css

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

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

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

border-color css

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

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

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