Html Css Color HEX #C90069 Ruby

📋 copy color: '#C90069'

red 201 ◦ green 0 ◦ blue 105

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

Shades of Ruby #C90069

Tints of Ruby #C90069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 65.69%
G = 0%
B = 34.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C90069 (or 0xC90069) is known color: Ruby. HEX triplet: C9, 00 and 69. RGB value is (201,0,105). Sum of RGB (Red+Green+Blue) = 201+0+105=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C90069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90069 is #36FF96. Grayscale: #474747. Windows color (decimal): -3604375 or 6881481. OLE color: 6881481.

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

Color convert

RGB 201 0 105 -
CMYK 0 1 0.48 0.21
HSL 328.66º 1% 0.39% -
HSV(B) 328.66º 1% 0.79% -
XYZ 26.64 13.44 14.55 -
YUV 72.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 201 0 105 0 1 0.48 0.21 328.66 1 0.39
Hex C9 0 69 0 64 30 15 149 64 27
Octal 311 0 151 0 144 60 25 511 144 47
Binary 11001001 0 1101001 0 1100100 110000 10101 101001001 1100100 100111

Color Harmonies of #C90069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90069

Black with #C90069

Text Example


Text Example

White with #C90069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90069; }

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

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

background-color css

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

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

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

border-color css

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

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

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