Html Css Color HEX #C7185C Ruby

📋 copy color: '#C7185C'

red 199 ◦ green 24 ◦ blue 92

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

Shades of Ruby #C7185C

Tints of Ruby #C7185C

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

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

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

R = 63.17%
G = 7.62%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7185C (or 0xC7185C) is known color: Ruby. HEX triplet: C7, 18 and 5C. RGB value is (199,24,92). Sum of RGB (Red+Green+Blue) = 199+24+92=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7185C is #38E7A3. Grayscale: #535353. Windows color (decimal): -3729316 or 6035655. OLE color: 6035655.

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

Color convert

RGB 199 24 92 -
CMYK 0 0.88 0.54 0.22
HSL 336.69º 0.78% 0.44% -
HSV(B) 336.69º 0.88% 0.78% -
XYZ 25.81 13.57 11.38 -
YUV 84.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 199 24 92 0 0.88 0.54 0.22 336.69 0.78 0.44
Hex C7 18 5C 0 58 36 16 151 4E 2C
Octal 307 30 134 0 130 66 26 521 116 54
Binary 11000111 11000 1011100 0 1011000 110110 10110 101010001 1001110 101100

Color Harmonies of #C7185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7185C

Black with #C7185C

Text Example


Text Example

White with #C7185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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