Html Css Color HEX #C5185B Ruby

📋 copy color: '#C5185B'

red 197 ◦ green 24 ◦ blue 91

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

Shades of Ruby #C5185B

Tints of Ruby #C5185B

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

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

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 63.14%
G = 7.69%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5185B (or 0xC5185B) is known color: Ruby. HEX triplet: C5, 18 and 5B. RGB value is (197,24,91). Sum of RGB (Red+Green+Blue) = 197+24+91=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5185B is #3AE7A4. Grayscale: #535353. Windows color (decimal): -3860389 or 5970117. OLE color: 5970117.

HSL color Cylindrical-coordinate representation of color #C5185B: hue angle of 336.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5185B is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 91 -
CMYK 0 0.88 0.54 0.23
HSL 336.76º 0.78% 0.43% -
HSV(B) 336.76º 0.88% 0.77% -
XYZ 25.24 13.28 11.13 -
YUV 83.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 197 24 91 0 0.88 0.54 0.23 336.76 0.78 0.43
Hex C5 18 5B 0 58 36 17 151 4E 2B
Octal 305 30 133 0 130 66 27 521 116 53
Binary 11000101 11000 1011011 0 1011000 110110 10111 101010001 1001110 101011

Color Harmonies of #C5185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5185B

Black with #C5185B

Text Example


Text Example

White with #C5185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5185B; }

 p { color: rgb(197,24,91); }

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

background-color css

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

 a { background-color: rgb(197,24,91); }

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

border-color css

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

 span { border-color: rgb(197,24,91); }

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