Html Css Color HEX #C71160 Ruby

📋 copy color: '#C71160'

red 199 ◦ green 17 ◦ blue 96

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

Shades of Ruby #C71160

Tints of Ruby #C71160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 96 (37.89% from 255) = 30.77%

R = 63.78%
G = 5.45%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C71160 (or 0xC71160) is known color: Ruby. HEX triplet: C7, 11 and 60. RGB value is (199,17,96). Sum of RGB (Red+Green+Blue) = 199+17+96=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C71160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71160 is #38EE9F. Grayscale: #505050. Windows color (decimal): -3731104 or 6296007. OLE color: 6296007.

HSL color Cylindrical-coordinate representation of color #C71160: hue angle of 333.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71160 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 96 -
CMYK 0 0.91 0.52 0.22
HSL 333.96º 0.84% 0.42% -
HSV(B) 333.96º 0.91% 0.78% -
XYZ 25.86 13.39 12.29 -
YUV 80.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 199 17 96 0 0.91 0.52 0.22 333.96 0.84 0.42
Hex C7 11 60 0 5B 34 16 14E 54 2A
Octal 307 21 140 0 133 64 26 516 124 52
Binary 11000111 10001 1100000 0 1011011 110100 10110 101001110 1010100 101010

Color Harmonies of #C71160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71160

Black with #C71160

Text Example


Text Example

White with #C71160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71160; }

 p { color: rgb(199,17,96); }

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

background-color css

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

 a { background-color: rgb(199,17,96); }

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

border-color css

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

 span { border-color: rgb(199,17,96); }

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