#CBA1CA

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

Shades of Lilac #CBA1CA

Tints of Lilac #CBA1CA

Color information

#CBA1CA (or 0xCBA1CA) is unknown color: approx Lilac. HEX triplet: CB, A1 and CA. RGB value is (203,161,202). Sum of RGB (Red+Green+Blue) = 203+161+202=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CA is #345E35. Grayscale: #B2B2B2. Windows color (decimal): -3431990 or 13279691. OLE color: 13279691.

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

Color convert

RGB203161202-
CMYK00.210.000.20
HSL301.43º28.77%71.37%-
HSV(B)301.43º20.69%79.61%-
XYZ48.0342.4561.54-
YUV178.23141.41145.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=35.87%
G=28.45%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316120200.210.000.20301.4328.7771.37
HexCBA1CA01501412d1d47
Octal31324131202502445535107
Binary110010111010000111001010010101010100100101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1CA; }

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

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

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

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

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

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

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

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