Html Css Color HEX #C90868 Ruby

📋 copy color: '#C90868'

red 201 ◦ green 8 ◦ blue 104

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

Shades of Ruby #C90868

Tints of Ruby #C90868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 64.22%
G = 2.56%
B = 33.23%

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

#C90868 (or 0xC90868) is known color: Ruby. HEX triplet: C9, 08 and 68. RGB value is (201,8,104). Sum of RGB (Red+Green+Blue) = 201+8+104=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C90868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90868 is #36F797. Grayscale: #4C4C4C. Windows color (decimal): -3602328 or 6817993. OLE color: 6817993.

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

Color convert

RGB 201 8 104 -
CMYK 0 0.96 0.48 0.21
HSL 330.16º 0.92% 0.41% -
HSV(B) 330.16º 0.96% 0.79% -
XYZ 26.67 13.59 14.31 -
YUV 76.65 143.44 216.69 -
System Red Green Blue C M Y K H S L
Decimal 201 8 104 0 0.96 0.48 0.21 330.16 0.92 0.41
Hex C9 8 68 0 60 30 15 14A 5C 29
Octal 311 10 150 0 140 60 25 512 134 51
Binary 11001001 1000 1101000 0 1100000 110000 10101 101001010 1011100 101001

Color Harmonies of #C90868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90868

Black with #C90868

Text Example


Text Example

White with #C90868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90868; }

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

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

background-color css

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

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

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

border-color css

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

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

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