#CBA1C2

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

Shades of Lilac #CBA1C2

Tints of Lilac #CBA1C2

Color information

#CBA1C2 (or 0xCBA1C2) is unknown color: approx Lilac. HEX triplet: CB, A1 and C2. RGB value is (203,161,194). Sum of RGB (Red+Green+Blue) = 203+161+194=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1C2 is #345E3D. Grayscale: #B1B1B1. Windows color (decimal): -3431998 or 12755403. OLE color: 12755403.

HSL color Cylindrical-coordinate representation of color #CBA1C2: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1C2 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203161194-
CMYK00.210.040.20
HSL312.86º28.77%71.37%-
HSV(B)312.86º20.69%79.61%-
XYZ47.1142.0856.68-
YUV177.32137.41146.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=36.38%
G=28.85%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316119400.210.040.20312.8628.7771.37
HexCBA1C20154141391d47
Octal31324130202542447135107
Binary11001011101000011100001001010110010100100111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1C2; }

 p { color: rgb(203,161,194); }

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

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

 a { background-color: rgb(203,161,194); }

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

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

 span { border-color: rgb(203,161,194); }

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