#C0AAB7

Color #C0AAB7 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C0AAB7

Tints of Lily #C0AAB7

Color information

#C0AAB7 (or 0xC0AAB7) is unknown color: approx Lily. HEX triplet: C0, AA and B7. RGB value is (192,170,183). Sum of RGB (Red+Green+Blue) = 192+170+183=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB7 is #3F5548. Grayscale: #B2B2B2. Windows color (decimal): -4150601 or 12036800. OLE color: 12036800.

HSL color Cylindrical-coordinate representation of color #C0AAB7: hue angle of 324.55º 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 #C0AAB7 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192170183-
CMYK00.110.050.25
HSL324.55º14.86%70.98%-
HSV(B)324.55º11.46%75.29%-
XYZ44.6643.3750.82-
YUV178.06130.79137.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=35.23%
G=31.19%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217018300.110.050.25324.5514.8670.98
HexC0AAB70B519145f47
Octal30025226701353150517107
Binary110000001010101010110111010111011100110100010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAB7; }

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

 H1.HeaderClassName
 {
   color: #C0AAB7;
 }
 .AnyTagClassName
 {
   color: #C0AAB7;
 }
</style>
background-color css

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

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

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

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

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

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