Html Css Color HEX #C9086A Ruby

📋 copy color: '#C9086A'

red 201 ◦ green 8 ◦ blue 106

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

Shades of Ruby #C9086A

Tints of Ruby #C9086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 63.81%
G = 2.54%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9086A (or 0xC9086A) is known color: Ruby. HEX triplet: C9, 08 and 6A. RGB value is (201,8,106). Sum of RGB (Red+Green+Blue) = 201+8+106=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9086A is #36F795. Grayscale: #4C4C4C. Windows color (decimal): -3602326 or 6949065. OLE color: 6949065.

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

Color convert

RGB 201 8 106 -
CMYK 0 0.96 0.47 0.21
HSL 329.53º 0.92% 0.41% -
HSV(B) 329.53º 0.96% 0.79% -
XYZ 26.78 13.63 14.86 -
YUV 76.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 201 8 106 0 0.96 0.47 0.21 329.53 0.92 0.41
Hex C9 8 6A 0 60 2F 15 14A 5C 29
Octal 311 10 152 0 140 57 25 512 134 51
Binary 11001001 1000 1101010 0 1100000 101111 10101 101001010 1011100 101001

Color Harmonies of #C9086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9086A

Black with #C9086A

Text Example


Text Example

White with #C9086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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