#C092BB

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

Shades of Lilac #C092BB

Tints of Lilac #C092BB

Color information

#C092BB (or 0xC092BB) is unknown color: approx Lilac. HEX triplet: C0, 92 and BB. RGB value is (192,146,187). Sum of RGB (Red+Green+Blue) = 192+146+187=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BB is #3F6D44. Grayscale: #A4A4A4. Windows color (decimal): -4156741 or 12292800. OLE color: 12292800.

HSL color Cylindrical-coordinate representation of color #C092BB: hue angle of 306.52º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092BB is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192146187-
CMYK00.240.030.25
HSL306.52º26.74%66.27%-
HSV(B)306.52º23.96%75.29%-
XYZ40.9935.3551.68-
YUV164.43140.74147.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=36.57%
G=27.81%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214618700.240.030.25306.5226.7466.27
HexC092BB0183191331b42
Octal30022227303033146333102
Binary1100000010010010101110110110001111001100110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092BB; }

 p { color: rgb(192,146,187); }

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

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

 a { background-color: rgb(192,146,187); }

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

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

 span { border-color: rgb(192,146,187); }

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