#C0AEB7

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

Shades of Lily #C0AEB7

Tints of Lily #C0AEB7

Color information

#C0AEB7 (or 0xC0AEB7) is unknown color: approx Lily. HEX triplet: C0, AE and B7. RGB value is (192,174,183). Sum of RGB (Red+Green+Blue) = 192+174+183=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB7 is #3F5148. Grayscale: #B4B4B4. Windows color (decimal): -4149577 or 12037824. OLE color: 12037824.

HSL color Cylindrical-coordinate representation of color #C0AEB7: hue angle of 330º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEB7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192174183-
CMYK00.090.050.25
HSL330º12.5%71.76%-
HSV(B)330º9.38%75.29%-
XYZ45.4244.951.07-
YUV180.41129.46136.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=34.97%
G=31.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217418300.090.050.2533012.571.76
HexC0AEB70951914ac48
Octal30025626701153151214110
Binary110000001010111010110111010011011100110100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEB7; }

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

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

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

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

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

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

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

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