#CBA0C7

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

Shades of Lilac #CBA0C7

Tints of Lilac #CBA0C7

Color information

#CBA0C7 (or 0xCBA0C7) is unknown color: approx Lilac. HEX triplet: CB, A0 and C7. RGB value is (203,160,199). Sum of RGB (Red+Green+Blue) = 203+160+199=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0C7 is #345F38. Grayscale: #B1B1B1. Windows color (decimal): -3432249 or 13082827. OLE color: 13082827.

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

Color convert

RGB203160199-
CMYK00.210.020.20
HSL305.58º29.25%71.18%-
HSV(B)305.58º21.18%79.61%-
XYZ47.5141.9659.63-
YUV177.3140.25146.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=36.12%
G=28.47%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316019900.210.020.20305.5829.2571.18
HexCBA0C70152141321d47
Octal31324030702522446235107
Binary1100101110100000110001110101011010100100110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0C7; }

 p { color: rgb(203,160,199); }

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

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

 a { background-color: rgb(203,160,199); }

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

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

 span { border-color: rgb(203,160,199); }

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