Html Css Color HEX #C90869 Ruby

📋 copy color: '#C90869'

red 201 ◦ green 8 ◦ blue 105

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

Shades of Ruby #C90869

Tints of Ruby #C90869

RGB

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

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

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

R = 64.01%
G = 2.55%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C90869 (or 0xC90869) is known color: Ruby. HEX triplet: C9, 08 and 69. RGB value is (201,8,105). Sum of RGB (Red+Green+Blue) = 201+8+105=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C90869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90869 is #36F796. Grayscale: #4C4C4C. Windows color (decimal): -3602327 or 6883529. OLE color: 6883529.

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

Color convert

RGB 201 8 105 -
CMYK 0 0.96 0.48 0.21
HSL 329.84º 0.92% 0.41% -
HSV(B) 329.84º 0.96% 0.79% -
XYZ 26.72 13.61 14.58 -
YUV 76.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 201 8 105 0 0.96 0.48 0.21 329.84 0.92 0.41
Hex C9 8 69 0 60 30 15 14A 5C 29
Octal 311 10 151 0 140 60 25 512 134 51
Binary 11001001 1000 1101001 0 1100000 110000 10101 101001010 1011100 101001

Color Harmonies of #C90869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90869

Black with #C90869

Text Example


Text Example

White with #C90869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90869; }

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

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

background-color css

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

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

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

border-color css

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

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

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