Html Css Color HEX #C5185E Ruby

📋 copy color: '#C5185E'

red 197 ◦ green 24 ◦ blue 94

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

Shades of Ruby #C5185E

Tints of Ruby #C5185E

RGB

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

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

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

R = 62.54%
G = 7.62%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5185E (or 0xC5185E) is known color: Ruby. HEX triplet: C5, 18 and 5E. RGB value is (197,24,94). Sum of RGB (Red+Green+Blue) = 197+24+94=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5185E is #3AE7A1. Grayscale: #535353. Windows color (decimal): -3860386 or 6166725. OLE color: 6166725.

HSL color Cylindrical-coordinate representation of color #C5185E: hue angle of 335.72º 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 #C5185E is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 94 -
CMYK 0 0.88 0.52 0.23
HSL 335.72º 0.78% 0.43% -
HSV(B) 335.72º 0.88% 0.77% -
XYZ 25.37 13.33 11.83 -
YUV 83.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 197 24 94 0 0.88 0.52 0.23 335.72 0.78 0.43
Hex C5 18 5E 0 58 34 17 150 4E 2B
Octal 305 30 136 0 130 64 27 520 116 53
Binary 11000101 11000 1011110 0 1011000 110100 10111 101010000 1001110 101011

Color Harmonies of #C5185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5185E

Black with #C5185E

Text Example


Text Example

White with #C5185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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