#CB92C3

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

Shades of Lilac #CB92C3

Tints of Lilac #CB92C3

Color information

#CB92C3 (or 0xCB92C3) is unknown color: approx Lilac. HEX triplet: CB, 92 and C3. RGB value is (203,146,195). Sum of RGB (Red+Green+Blue) = 203+146+195=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92C3 is #346D3C. Grayscale: #A8A8A8. Windows color (decimal): -3435837 or 12817099. OLE color: 12817099.

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

Color convert

RGB203146195-
CMYK00.280.040.20
HSL308.42º35.4%68.43%-
HSV(B)308.42º28.08%79.61%-
XYZ44.7637.1956.45-
YUV168.63142.88152.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=37.32%
G=26.84%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314619500.280.040.20308.4235.468.43
HexCB92C301C4141342344
Octal31322230303442446443104
Binary110010111001001011000011011100100101001001101001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92C3; }

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

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

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

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

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

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

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

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