Html Css Color HEX #C7185F Ruby

📋 copy color: '#C7185F'

red 199 ◦ green 24 ◦ blue 95

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

Shades of Ruby #C7185F

Tints of Ruby #C7185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 62.58%
G = 7.55%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7185F (or 0xC7185F) is known color: Ruby. HEX triplet: C7, 18 and 5F. RGB value is (199,24,95). Sum of RGB (Red+Green+Blue) = 199+24+95=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C7185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7185F is #38E7A0. Grayscale: #545454. Windows color (decimal): -3729313 or 6232263. OLE color: 6232263.

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

Color convert

RGB 199 24 95 -
CMYK 0 0.88 0.52 0.22
HSL 335.66º 0.78% 0.44% -
HSV(B) 335.66º 0.88% 0.78% -
XYZ 25.95 13.62 12.09 -
YUV 84.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 199 24 95 0 0.88 0.52 0.22 335.66 0.78 0.44
Hex C7 18 5F 0 58 34 16 150 4E 2C
Octal 307 30 137 0 130 64 26 520 116 54
Binary 11000111 11000 1011111 0 1011000 110100 10110 101010000 1001110 101100

Color Harmonies of #C7185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7185F

Black with #C7185F

Text Example


Text Example

White with #C7185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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