Html Css Color HEX #C7185A Ruby

📋 copy color: '#C7185A'

red 199 ◦ green 24 ◦ blue 90

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

Shades of Ruby #C7185A

Tints of Ruby #C7185A

RGB

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

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

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

R = 63.58%
G = 7.67%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7185A (or 0xC7185A) is known color: Ruby. HEX triplet: C7, 18 and 5A. RGB value is (199,24,90). Sum of RGB (Red+Green+Blue) = 199+24+90=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7185A is #38E7A5. Grayscale: #535353. Windows color (decimal): -3729318 or 5904583. OLE color: 5904583.

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

Color convert

RGB 199 24 90 -
CMYK 0 0.88 0.55 0.22
HSL 337.37º 0.78% 0.44% -
HSV(B) 337.37º 0.88% 0.78% -
XYZ 25.73 13.53 10.93 -
YUV 83.85 131.48 210.13 -
System Red Green Blue C M Y K H S L
Decimal 199 24 90 0 0.88 0.55 0.22 337.37 0.78 0.44
Hex C7 18 5A 0 58 37 16 151 4E 2C
Octal 307 30 132 0 130 67 26 521 116 54
Binary 11000111 11000 1011010 0 1011000 110111 10110 101010001 1001110 101100

Color Harmonies of #C7185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7185A

Black with #C7185A

Text Example


Text Example

White with #C7185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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