Html Css Color HEX #C1AAB2 Lily

📋 copy color: '#C1AAB2'

red 193 ◦ green 170 ◦ blue 178

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

Shades of Lily #C1AAB2

Tints of Lily #C1AAB2

RGB

 RED value IS 193 (75.78% from 255) = 35.67%

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 35.67%
G = 31.42%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C1AAB2 (or 0xC1AAB2) is known color: Lily. HEX triplet: C1, AA and B2. RGB value is (193,170,178). Sum of RGB (Red+Green+Blue) = 193+170+178=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAB2 is #3E554D. Grayscale: #B1B1B1. Windows color (decimal): -4085070 or 11709121. OLE color: 11709121.

HSL color Cylindrical-coordinate representation of color #C1AAB2: hue angle of 339.13º 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 #C1AAB2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 170 178 -
CMYK 0 0.12 0.08 0.24
HSL 339.13º 0.16% 0.71% -
HSV(B) 339.13º 0.12% 0.76% -
XYZ 44.4 43.3 48.14 -
YUV 177.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 193 170 178 0 0.12 0.08 0.24 339.13 0.16 0.71
Hex C1 AA B2 0 C 8 18 153 10 47
Octal 301 252 262 0 14 10 30 523 20 107
Binary 11000001 10101010 10110010 0 1100 1000 11000 101010011 10000 1000111

Color Harmonies of #C1AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAB2

Black with #C1AAB2

Text Example


Text Example

White with #C1AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAB2; }

 p { color: rgb(193,170,178); }

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

background-color css

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

 a { background-color: rgb(193,170,178); }

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

border-color css

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

 span { border-color: rgb(193,170,178); }

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