#C092CB

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

Shades of Lilac #C092CB

Tints of Lilac #C092CB

Color information

#C092CB (or 0xC092CB) is unknown color: approx Lilac. HEX triplet: C0, 92 and CB. RGB value is (192,146,203). Sum of RGB (Red+Green+Blue) = 192+146+203=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C092CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092CB is #3F6D34. Grayscale: #A6A6A6. Windows color (decimal): -4156725 or 13341376. OLE color: 13341376.

HSL color Cylindrical-coordinate representation of color #C092CB: hue angle of 288.42º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C092CB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192146203-
CMYK0.050.2800.20
HSL288.42º35.4%68.43%-
HSV(B)288.42º28.08%79.61%-
XYZ42.836.0861.21-
YUV166.25148.74146.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=35.49%
G=26.99%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921462030.050.2800.20288.4235.468.43
HexC092CB51C0141202344
Octal30022231353402444043104
Binary110000001001001011001011101111000101001001000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092CB; }

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

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

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

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

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

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

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

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