Html Css Color HEX #C9195E Ruby

📋 copy color: '#C9195E'

red 201 ◦ green 25 ◦ blue 94

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

Shades of Ruby #C9195E

Tints of Ruby #C9195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 62.81%
G = 7.81%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9195E (or 0xC9195E) is known color: Ruby. HEX triplet: C9, 19 and 5E. RGB value is (201,25,94). Sum of RGB (Red+Green+Blue) = 201+25+94=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9195E is #36E6A1. Grayscale: #555555. Windows color (decimal): -3597986 or 6166985. OLE color: 6166985.

HSL color Cylindrical-coordinate representation of color #C9195E: hue angle of 336.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9195E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 94 -
CMYK 0 0.88 0.53 0.21
HSL 336.48º 0.78% 0.44% -
HSV(B) 336.48º 0.88% 0.79% -
XYZ 26.46 13.92 11.88 -
YUV 85.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 201 25 94 0 0.88 0.53 0.21 336.48 0.78 0.44
Hex C9 19 5E 0 58 35 15 150 4E 2C
Octal 311 31 136 0 130 65 25 520 116 54
Binary 11001001 11001 1011110 0 1011000 110101 10101 101010000 1001110 101100

Color Harmonies of #C9195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9195E

Black with #C9195E

Text Example


Text Example

White with #C9195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9195E; }

 p { color: rgb(201,25,94); }

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

background-color css

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

 a { background-color: rgb(201,25,94); }

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

border-color css

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

 span { border-color: rgb(201,25,94); }

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