Html Css Color HEX #C9155C Ruby

📋 copy color: '#C9155C'

red 201 ◦ green 21 ◦ blue 92

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

Shades of Ruby #C9155C

Tints of Ruby #C9155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 64.01%
G = 6.69%
B = 29.3%

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

#C9155C (or 0xC9155C) is known color: Ruby. HEX triplet: C9, 15 and 5C. RGB value is (201,21,92). Sum of RGB (Red+Green+Blue) = 201+21+92=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9155C is #36EAA3. Grayscale: #525252. Windows color (decimal): -3599012 or 6034889. OLE color: 6034889.

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

Color convert

RGB 201 21 92 -
CMYK 0 0.90 0.54 0.21
HSL 336.33º 0.81% 0.44% -
HSV(B) 336.33º 0.9% 0.79% -
XYZ 26.29 13.73 11.39 -
YUV 82.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 201 21 92 0 0.90 0.54 0.21 336.33 0.81 0.44
Hex C9 15 5C 0 5A 36 15 150 51 2C
Octal 311 25 134 0 132 66 25 520 121 54
Binary 11001001 10101 1011100 0 1011010 110110 10101 101010000 1010001 101100

Color Harmonies of #C9155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9155C

Black with #C9155C

Text Example


Text Example

White with #C9155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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