Html Css Color HEX #C90659 Ruby

📋 copy color: '#C90659'

red 201 ◦ green 6 ◦ blue 89

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

Shades of Ruby #C90659

Tints of Ruby #C90659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 67.91%
G = 2.03%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C90659 (or 0xC90659) is known color: Ruby. HEX triplet: C9, 06 and 59. RGB value is (201,6,89). Sum of RGB (Red+Green+Blue) = 201+6+89=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C90659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90659 is #36F9A6. Grayscale: #494949. Windows color (decimal): -3602855 or 5834441. OLE color: 5834441.

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

Color convert

RGB 201 6 89 -
CMYK 0 0.97 0.56 0.21
HSL 334.46º 0.94% 0.41% -
HSV(B) 334.46º 0.97% 0.79% -
XYZ 25.96 13.27 10.64 -
YUV 73.77 136.6 218.75 -
System Red Green Blue C M Y K H S L
Decimal 201 6 89 0 0.97 0.56 0.21 334.46 0.94 0.41
Hex C9 6 59 0 61 38 15 14E 5E 29
Octal 311 6 131 0 141 70 25 516 136 51
Binary 11001001 110 1011001 0 1100001 111000 10101 101001110 1011110 101001

Color Harmonies of #C90659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90659

Black with #C90659

Text Example


Text Example

White with #C90659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90659; }

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

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

background-color css

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

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

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

border-color css

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

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

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