Html Css Color HEX #C5185A Ruby

📋 copy color: '#C5185A'

red 197 ◦ green 24 ◦ blue 90

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

Shades of Ruby #C5185A

Tints of Ruby #C5185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.94%

R = 63.34%
G = 7.72%
B = 28.94%

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

#C5185A (or 0xC5185A) is known color: Ruby. HEX triplet: C5, 18 and 5A. RGB value is (197,24,90). Sum of RGB (Red+Green+Blue) = 197+24+90=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5185A is #3AE7A5. Grayscale: #535353. Windows color (decimal): -3860390 or 5904581. OLE color: 5904581.

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

Color convert

RGB 197 24 90 -
CMYK 0 0.88 0.54 0.23
HSL 337.11º 0.78% 0.43% -
HSV(B) 337.11º 0.88% 0.77% -
XYZ 25.2 13.26 10.9 -
YUV 83.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 197 24 90 0 0.88 0.54 0.23 337.11 0.78 0.43
Hex C5 18 5A 0 58 36 17 151 4E 2B
Octal 305 30 132 0 130 66 27 521 116 53
Binary 11000101 11000 1011010 0 1011000 110110 10111 101010001 1001110 101011

Color Harmonies of #C5185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5185A

Black with #C5185A

Text Example


Text Example

White with #C5185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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