Html Css Color HEX #C9185D Ruby

📋 copy color: '#C9185D'

red 201 ◦ green 24 ◦ blue 93

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

Shades of Ruby #C9185D

Tints of Ruby #C9185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 63.21%
G = 7.55%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9185D (or 0xC9185D) is known color: Ruby. HEX triplet: C9, 18 and 5D. RGB value is (201,24,93). Sum of RGB (Red+Green+Blue) = 201+24+93=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9185D is #36E7A2. Grayscale: #545454. Windows color (decimal): -3598243 or 6101193. OLE color: 6101193.

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

Color convert

RGB 201 24 93 -
CMYK 0 0.88 0.54 0.21
HSL 336.61º 0.79% 0.44% -
HSV(B) 336.61º 0.88% 0.79% -
XYZ 26.39 13.86 11.64 -
YUV 84.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 201 24 93 0 0.88 0.54 0.21 336.61 0.79 0.44
Hex C9 18 5D 0 58 36 15 151 4F 2C
Octal 311 30 135 0 130 66 25 521 117 54
Binary 11001001 11000 1011101 0 1011000 110110 10101 101010001 1001111 101100

Color Harmonies of #C9185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9185D

Black with #C9185D

Text Example


Text Example

White with #C9185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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