#C0AEBE

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

Shades of Lilac #C0AEBE

Tints of Lilac #C0AEBE

Color information

#C0AEBE (or 0xC0AEBE) is unknown color: approx Lilac. HEX triplet: C0, AE and BE. RGB value is (192,174,190). Sum of RGB (Red+Green+Blue) = 192+174+190=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBE is #3F5141. Grayscale: #B5B5B5. Windows color (decimal): -4149570 or 12496576. OLE color: 12496576.

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

Color convert

RGB192174190-
CMYK00.090.010.25
HSL306.67º12.5%71.76%-
HSV(B)306.67º9.38%75.29%-
XYZ46.1745.255.01-
YUV181.21132.96135.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=34.53%
G=31.29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217419000.090.010.25306.6712.571.76
HexC0AEBE09119133c48
Octal30025627601113146314110
Binary1100000010101110101111100100111100110011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEBE; }

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

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

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

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

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

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

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

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