#CBA2CA

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

Shades of Lilac #CBA2CA

Tints of Lilac #CBA2CA

Color information

#CBA2CA (or 0xCBA2CA) is unknown color: approx Lilac. HEX triplet: CB, A2 and CA. RGB value is (203,162,202). Sum of RGB (Red+Green+Blue) = 203+162+202=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2CA is #345D35. Grayscale: #B2B2B2. Windows color (decimal): -3431734 or 13279947. OLE color: 13279947.

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

Color convert

RGB203162202-
CMYK00.200.000.20
HSL301.46º28.28%71.57%-
HSV(B)301.46º20.2%79.61%-
XYZ48.2142.861.6-
YUV178.82141.08145.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=35.80%
G=28.57%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316220200.200.000.20301.4628.2871.57
HexCBA2CA01401412d1c48
Octal31324231202402445534110
Binary110010111010001011001010010100010100100101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2CA; }

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

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

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

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

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

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

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

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