Html Css Color HEX #C71169 Ruby

📋 copy color: '#C71169'

red 199 ◦ green 17 ◦ blue 105

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

Shades of Ruby #C71169

Tints of Ruby #C71169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 61.99%
G = 5.3%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C71169 (or 0xC71169) is known color: Ruby. HEX triplet: C7, 11 and 69. RGB value is (199,17,105). Sum of RGB (Red+Green+Blue) = 199+17+105=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C71169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71169 is #38EE96. Grayscale: #515151. Windows color (decimal): -3731095 or 6885831. OLE color: 6885831.

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

Color convert

RGB 199 17 105 -
CMYK 0 0.91 0.47 0.22
HSL 330.99º 0.84% 0.42% -
HSV(B) 330.99º 0.91% 0.78% -
XYZ 26.3 13.56 14.6 -
YUV 81.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 199 17 105 0 0.91 0.47 0.22 330.99 0.84 0.42
Hex C7 11 69 0 5B 2F 16 14B 54 2A
Octal 307 21 151 0 133 57 26 513 124 52
Binary 11000111 10001 1101001 0 1011011 101111 10110 101001011 1010100 101010

Color Harmonies of #C71169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71169

Black with #C71169

Text Example


Text Example

White with #C71169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71169; }

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

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

background-color css

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

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

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

border-color css

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

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

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