Html Css Color HEX #C2AAB4 Lily

📋 copy color: '#C2AAB4'

red 194 ◦ green 170 ◦ blue 180

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

Shades of Lily #C2AAB4

Tints of Lily #C2AAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 35.66%
G = 31.25%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2AAB4 (or 0xC2AAB4) is known color: Lily. HEX triplet: C2, AA and B4. RGB value is (194,170,180). Sum of RGB (Red+Green+Blue) = 194+170+180=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAB4 is #3D554B. Grayscale: #B2B2B2. Windows color (decimal): -4019532 or 11840194. OLE color: 11840194.

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

Color convert

RGB 194 170 180 -
CMYK 0 0.12 0.07 0.24
HSL 335º 0.16% 0.71% -
HSV(B) 335º 0.12% 0.76% -
XYZ 44.86 43.51 49.21 -
YUV 178.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 194 170 180 0 0.12 0.07 0.24 335 0.16 0.71
Hex C2 AA B4 0 C 7 18 14F 10 47
Octal 302 252 264 0 14 7 30 517 20 107
Binary 11000010 10101010 10110100 0 1100 111 11000 101001111 10000 1000111

Color Harmonies of #C2AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAB4

Black with #C2AAB4

Text Example


Text Example

White with #C2AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAB4; }

 p { color: rgb(194,170,180); }

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

background-color css

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

 a { background-color: rgb(194,170,180); }

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

border-color css

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

 span { border-color: rgb(194,170,180); }

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