Html Css Color HEX #C71166 Ruby

📋 copy color: '#C71166'

red 199 ◦ green 17 ◦ blue 102

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

Shades of Ruby #C71166

Tints of Ruby #C71166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 62.58%
G = 5.35%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C71166 (or 0xC71166) is known color: Ruby. HEX triplet: C7, 11 and 66. RGB value is (199,17,102). Sum of RGB (Red+Green+Blue) = 199+17+102=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C71166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71166 is #38EE99. Grayscale: #505050. Windows color (decimal): -3731098 or 6689223. OLE color: 6689223.

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

Color convert

RGB 199 17 102 -
CMYK 0 0.91 0.49 0.22
HSL 331.98º 0.84% 0.42% -
HSV(B) 331.98º 0.91% 0.78% -
XYZ 26.15 13.5 13.8 -
YUV 81.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 199 17 102 0 0.91 0.49 0.22 331.98 0.84 0.42
Hex C7 11 66 0 5B 31 16 14C 54 2A
Octal 307 21 146 0 133 61 26 514 124 52
Binary 11000111 10001 1100110 0 1011011 110001 10110 101001100 1010100 101010

Color Harmonies of #C71166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71166

Black with #C71166

Text Example


Text Example

White with #C71166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71166; }

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

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

background-color css

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

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

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

border-color css

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

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

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