Html Css Color HEX #C9155A Ruby

📋 copy color: '#C9155A'

red 201 ◦ green 21 ◦ blue 90

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

Shades of Ruby #C9155A

Tints of Ruby #C9155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 64.42%
G = 6.73%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9155A (or 0xC9155A) is known color: Ruby. HEX triplet: C9, 15 and 5A. RGB value is (201,21,90). Sum of RGB (Red+Green+Blue) = 201+21+90=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9155A is #36EAA5. Grayscale: #525252. Windows color (decimal): -3599014 or 5903817. OLE color: 5903817.

HSL color Cylindrical-coordinate representation of color #C9155A: hue angle of 337º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9155A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 90 -
CMYK 0 0.90 0.55 0.21
HSL 337º 0.81% 0.44% -
HSV(B) 337º 0.9% 0.79% -
XYZ 26.2 13.69 10.93 -
YUV 82.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 201 21 90 0 0.90 0.55 0.21 337 0.81 0.44
Hex C9 15 5A 0 5A 37 15 151 51 2C
Octal 311 25 132 0 132 67 25 521 121 54
Binary 11001001 10101 1011010 0 1011010 110111 10101 101010001 1010001 101100

Color Harmonies of #C9155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9155A

Black with #C9155A

Text Example


Text Example

White with #C9155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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