Html Css Color HEX #C5185C Ruby

📋 copy color: '#C5185C'

red 197 ◦ green 24 ◦ blue 92

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

Shades of Ruby #C5185C

Tints of Ruby #C5185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 62.94%
G = 7.67%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5185C (or 0xC5185C) is known color: Ruby. HEX triplet: C5, 18 and 5C. RGB value is (197,24,92). Sum of RGB (Red+Green+Blue) = 197+24+92=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5185C is #3AE7A3. Grayscale: #535353. Windows color (decimal): -3860388 or 6035653. OLE color: 6035653.

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

Color convert

RGB 197 24 92 -
CMYK 0 0.88 0.53 0.23
HSL 336.42º 0.78% 0.43% -
HSV(B) 336.42º 0.88% 0.77% -
XYZ 25.28 13.3 11.36 -
YUV 83.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 197 24 92 0 0.88 0.53 0.23 336.42 0.78 0.43
Hex C5 18 5C 0 58 35 17 150 4E 2B
Octal 305 30 134 0 130 65 27 520 116 53
Binary 11000101 11000 1011100 0 1011000 110101 10111 101010000 1001110 101011

Color Harmonies of #C5185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5185C

Black with #C5185C

Text Example


Text Example

White with #C5185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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