Html Css Color HEX #C9105A Ruby

📋 copy color: '#C9105A'

red 201 ◦ green 16 ◦ blue 90

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

Shades of Ruby #C9105A

Tints of Ruby #C9105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 90 (35.55% from 255) = 29.32%

R = 65.47%
G = 5.21%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9105A (or 0xC9105A) is known color: Ruby. HEX triplet: C9, 10 and 5A. RGB value is (201,16,90). Sum of RGB (Red+Green+Blue) = 201+16+90=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C9105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9105A is #36EFA5. Grayscale: #4F4F4F. Windows color (decimal): -3600294 or 5902537. OLE color: 5902537.

HSL color Cylindrical-coordinate representation of color #C9105A: hue angle of 336º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9105A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 90 -
CMYK 0 0.92 0.55 0.21
HSL 336º 0.85% 0.43% -
HSV(B) 336º 0.92% 0.79% -
XYZ 26.12 13.53 10.91 -
YUV 79.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 201 16 90 0 0.92 0.55 0.21 336 0.85 0.43
Hex C9 10 5A 0 5C 37 15 150 55 2B
Octal 311 20 132 0 134 67 25 520 125 53
Binary 11001001 10000 1011010 0 1011100 110111 10101 101010000 1010101 101011

Color Harmonies of #C9105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9105A

Black with #C9105A

Text Example


Text Example

White with #C9105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9105A; }

 p { color: rgb(201,16,90); }

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

background-color css

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

 a { background-color: rgb(201,16,90); }

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

border-color css

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

 span { border-color: rgb(201,16,90); }

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