Html Css Color HEX #C2A6AF Lily

📋 copy color: '#C2A6AF'

red 194 ◦ green 166 ◦ blue 175

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

Shades of Lily #C2A6AF

Tints of Lily #C2A6AF

RGB

 RED value IS 194 (76.17% from 255) = 36.26%

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 36.26%
G = 31.03%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2A6AF (or 0xC2A6AF) is known color: Lily. HEX triplet: C2, A6 and AF. RGB value is (194,166,175). Sum of RGB (Red+Green+Blue) = 194+166+175=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6AF is #3D5950. Grayscale: #AFAFAF. Windows color (decimal): -4020561 or 11511490. OLE color: 11511490.

HSL color Cylindrical-coordinate representation of color #C2A6AF: hue angle of 340.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6AF is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 175 -
CMYK 0 0.14 0.10 0.24
HSL 340.71º 0.19% 0.71% -
HSV(B) 340.71º 0.14% 0.76% -
XYZ 43.62 41.84 46.33 -
YUV 175.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 194 166 175 0 0.14 0.10 0.24 340.71 0.19 0.71
Hex C2 A6 AF 0 E A 18 155 13 47
Octal 302 246 257 0 16 12 30 525 23 107
Binary 11000010 10100110 10101111 0 1110 1010 11000 101010101 10011 1000111

Color Harmonies of #C2A6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6AF

Black with #C2A6AF

Text Example


Text Example

White with #C2A6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6AF; }

 p { color: rgb(194,166,175); }

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

background-color css

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

 a { background-color: rgb(194,166,175); }

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

border-color css

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

 span { border-color: rgb(194,166,175); }

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