Html Css Color HEX #C2A1AF Lily

📋 copy color: '#C2A1AF'

red 194 ◦ green 161 ◦ blue 175

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

Shades of Lily #C2A1AF

Tints of Lily #C2A1AF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 36.6%
G = 30.38%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C2A1AF (or 0xC2A1AF) is known color: Lily. HEX triplet: C2, A1 and AF. RGB value is (194,161,175). Sum of RGB (Red+Green+Blue) = 194+161+175=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A1AF is #3D5E50. Grayscale: #ACACAC. Windows color (decimal): -4021841 or 11510210. OLE color: 11510210.

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

Color convert

RGB 194 161 175 -
CMYK 0 0.17 0.10 0.24
HSL 334.55º 0.21% 0.7% -
HSV(B) 334.55º 0.17% 0.76% -
XYZ 42.73 40.05 46.04 -
YUV 172.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 194 161 175 0 0.17 0.10 0.24 334.55 0.21 0.7
Hex C2 A1 AF 0 11 A 18 14F 15 46
Octal 302 241 257 0 21 12 30 517 25 106
Binary 11000010 10100001 10101111 0 10001 1010 11000 101001111 10101 1000110

Color Harmonies of #C2A1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A1AF

Black with #C2A1AF

Text Example


Text Example

White with #C2A1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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