Html Css Color HEX #C90065 Ruby

📋 copy color: '#C90065'

red 201 ◦ green 0 ◦ blue 101

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

Shades of Ruby #C90065

Tints of Ruby #C90065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 66.56%
G = 0%
B = 33.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C90065 (or 0xC90065) is known color: Ruby. HEX triplet: C9, 00 and 65. RGB value is (201,0,101). Sum of RGB (Red+Green+Blue) = 201+0+101=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C90065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90065 is #36FF9A. Grayscale: #474747. Windows color (decimal): -3604379 or 6619337. OLE color: 6619337.

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

Color convert

RGB 201 0 101 -
CMYK 0 1 0.50 0.21
HSL 329.85º 1% 0.39% -
HSV(B) 329.85º 1% 0.79% -
XYZ 26.44 13.36 13.5 -
YUV 71.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 201 0 101 0 1 0.50 0.21 329.85 1 0.39
Hex C9 0 65 0 64 32 15 14A 64 27
Octal 311 0 145 0 144 62 25 512 144 47
Binary 11001001 0 1100101 0 1100100 110010 10101 101001010 1100100 100111

Color Harmonies of #C90065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90065

Black with #C90065

Text Example


Text Example

White with #C90065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90065; }

 p { color: rgb(201,0,101); }

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

background-color css

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

 a { background-color: rgb(201,0,101); }

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

border-color css

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

 span { border-color: rgb(201,0,101); }

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