Html Css Color HEX #C7166A Ruby

📋 copy color: '#C7166A'

red 199 ◦ green 22 ◦ blue 106

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

Shades of Ruby #C7166A

Tints of Ruby #C7166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 60.86%
G = 6.73%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7166A (or 0xC7166A) is known color: Ruby. HEX triplet: C7, 16 and 6A. RGB value is (199,22,106). Sum of RGB (Red+Green+Blue) = 199+22+106=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166A is #38E995. Grayscale: #545454. Windows color (decimal): -3729814 or 6952647. OLE color: 6952647.

HSL color Cylindrical-coordinate representation of color #C7166A: hue angle of 331.53º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7166A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 106 -
CMYK 0 0.89 0.47 0.22
HSL 331.53º 0.8% 0.43% -
HSV(B) 331.53º 0.89% 0.78% -
XYZ 26.44 13.76 14.9 -
YUV 84.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 199 22 106 0 0.89 0.47 0.22 331.53 0.8 0.43
Hex C7 16 6A 0 59 2F 16 14C 50 2B
Octal 307 26 152 0 131 57 26 514 120 53
Binary 11000111 10110 1101010 0 1011001 101111 10110 101001100 1010000 101011

Color Harmonies of #C7166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7166A

Black with #C7166A

Text Example


Text Example

White with #C7166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7166A; }

 p { color: rgb(199,22,106); }

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

background-color css

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

 a { background-color: rgb(199,22,106); }

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

border-color css

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

 span { border-color: rgb(199,22,106); }

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