Html Css Color HEX #C9155D Ruby

📋 copy color: '#C9155D'

red 201 ◦ green 21 ◦ blue 93

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

Shades of Ruby #C9155D

Tints of Ruby #C9155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 63.81%
G = 6.67%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9155D (or 0xC9155D) is known color: Ruby. HEX triplet: C9, 15 and 5D. RGB value is (201,21,93). Sum of RGB (Red+Green+Blue) = 201+21+93=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9155D is #36EAA2. Grayscale: #525252. Windows color (decimal): -3599011 or 6100425. OLE color: 6100425.

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

Color convert

RGB 201 21 93 -
CMYK 0 0.90 0.54 0.21
HSL 336º 0.81% 0.44% -
HSV(B) 336º 0.9% 0.79% -
XYZ 26.33 13.74 11.62 -
YUV 83.03 133.63 212.15 -
System Red Green Blue C M Y K H S L
Decimal 201 21 93 0 0.90 0.54 0.21 336 0.81 0.44
Hex C9 15 5D 0 5A 36 15 150 51 2C
Octal 311 25 135 0 132 66 25 520 121 54
Binary 11001001 10101 1011101 0 1011010 110110 10101 101010000 1010001 101100

Color Harmonies of #C9155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9155D

Black with #C9155D

Text Example


Text Example

White with #C9155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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