Html Css Color HEX #C71061 Ruby

📋 copy color: '#C71061'

red 199 ◦ green 16 ◦ blue 97

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

Shades of Ruby #C71061

Tints of Ruby #C71061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 63.78%
G = 5.13%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71061 (or 0xC71061) is known color: Ruby. HEX triplet: C7, 10 and 61. RGB value is (199,16,97). Sum of RGB (Red+Green+Blue) = 199+16+97=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C71061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71061 is #38EF9E. Grayscale: #4F4F4F. Windows color (decimal): -3731359 or 6361287. OLE color: 6361287.

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

Color convert

RGB 199 16 97 -
CMYK 0 0.92 0.51 0.22
HSL 333.44º 0.85% 0.42% -
HSV(B) 333.44º 0.92% 0.78% -
XYZ 25.9 13.38 12.53 -
YUV 79.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 199 16 97 0 0.92 0.51 0.22 333.44 0.85 0.42
Hex C7 10 61 0 5C 33 16 14D 55 2A
Octal 307 20 141 0 134 63 26 515 125 52
Binary 11000111 10000 1100001 0 1011100 110011 10110 101001101 1010101 101010

Color Harmonies of #C71061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71061

Black with #C71061

Text Example


Text Example

White with #C71061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71061; }

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

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

background-color css

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

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

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

border-color css

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

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

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