Html Css Color HEX #C71060 Ruby

📋 copy color: '#C71060'

red 199 ◦ green 16 ◦ blue 96

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

Shades of Ruby #C71060

Tints of Ruby #C71060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

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

R = 63.99%
G = 5.14%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C71060 (or 0xC71060) is known color: Ruby. HEX triplet: C7, 10 and 60. RGB value is (199,16,96). Sum of RGB (Red+Green+Blue) = 199+16+96=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C71060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71060 is #38EF9F. Grayscale: #4F4F4F. Windows color (decimal): -3731360 or 6295751. OLE color: 6295751.

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

Color convert

RGB 199 16 96 -
CMYK 0 0.92 0.52 0.22
HSL 333.77º 0.85% 0.42% -
HSV(B) 333.77º 0.92% 0.78% -
XYZ 25.85 13.36 12.28 -
YUV 79.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 199 16 96 0 0.92 0.52 0.22 333.77 0.85 0.42
Hex C7 10 60 0 5C 34 16 14E 55 2A
Octal 307 20 140 0 134 64 26 516 125 52
Binary 11000111 10000 1100000 0 1011100 110100 10110 101001110 1010101 101010

Color Harmonies of #C71060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71060

Black with #C71060

Text Example


Text Example

White with #C71060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71060; }

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

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

background-color css

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

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

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

border-color css

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

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

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