Html Css Color HEX #C0AAB1 Lily

📋 copy color: '#C0AAB1'

red 192 ◦ green 170 ◦ blue 177

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

Shades of Lily #C0AAB1

Tints of Lily #C0AAB1

RGB

 RED value IS 192 (75.39% from 255) = 35.62%

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

 BLUE value IS 177 (69.53% from 255) = 32.84%

R = 35.62%
G = 31.54%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0AAB1 (or 0xC0AAB1) is known color: Lily. HEX triplet: C0, AA and B1. RGB value is (192,170,177). Sum of RGB (Red+Green+Blue) = 192+170+177=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAB1 is #3F554E. Grayscale: #B1B1B1. Windows color (decimal): -4150607 or 11643584. OLE color: 11643584.

HSL color Cylindrical-coordinate representation of color #C0AAB1: hue angle of 340.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAB1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 177 -
CMYK 0 0.11 0.08 0.25
HSL 340.91º 0.15% 0.71% -
HSV(B) 340.91º 0.11% 0.75% -
XYZ 44.05 43.13 47.6 -
YUV 177.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 192 170 177 0 0.11 0.08 0.25 340.91 0.15 0.71
Hex C0 AA B1 0 B 8 19 155 F 47
Octal 300 252 261 0 13 10 31 525 17 107
Binary 11000000 10101010 10110001 0 1011 1000 11001 101010101 1111 1000111

Color Harmonies of #C0AAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAB1

Black with #C0AAB1

Text Example


Text Example

White with #C0AAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAB1; }

 p { color: rgb(192,170,177); }

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

background-color css

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

 a { background-color: rgb(192,170,177); }

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

border-color css

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

 span { border-color: rgb(192,170,177); }

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