#CB92BF

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

Shades of Lilac #CB92BF

Tints of Lilac #CB92BF

Color information

#CB92BF (or 0xCB92BF) is unknown color: approx Lilac. HEX triplet: CB, 92 and BF. RGB value is (203,146,191). Sum of RGB (Red+Green+Blue) = 203+146+191=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92BF is #346D40. Grayscale: #A8A8A8. Windows color (decimal): -3435841 or 12554955. OLE color: 12554955.

HSL color Cylindrical-coordinate representation of color #CB92BF: hue angle of 312.63º 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 #CB92BF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203146191-
CMYK00.280.060.20
HSL312.63º35.4%68.43%-
HSV(B)312.63º28.08%79.61%-
XYZ44.3137.0254.1-
YUV168.17140.88152.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 191 (75% from 255) = 35.37%
R=37.59%
G=27.04%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314619100.280.060.20312.6335.468.43
HexCB92BF01C6141392344
Octal31322227703462447143104
Binary110010111001001010111111011100110101001001110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92BF; }

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

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

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

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

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

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

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

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