#CBA5C7

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

Shades of Lilac #CBA5C7

Tints of Lilac #CBA5C7

Color information

#CBA5C7 (or 0xCBA5C7) is unknown color: approx Lilac. HEX triplet: CB, A5 and C7. RGB value is (203,165,199). Sum of RGB (Red+Green+Blue) = 203+165+199=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5C7 is #345A38. Grayscale: #B4B4B4. Windows color (decimal): -3430969 or 13084107. OLE color: 13084107.

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

Color convert

RGB203165199-
CMYK00.190.020.20
HSL306.32º26.76%72.16%-
HSV(B)306.32º18.72%79.61%-
XYZ48.3943.7359.92-
YUV180.24138.59144.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 199 (78.12% from 255) = 35.10%
R=35.80%
G=29.10%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316519900.190.020.20306.3226.7672.16
HexCBA5C70132141321b48
Octal31324530702322446233110
Binary1100101110100101110001110100111010100100110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5C7; }

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

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

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

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

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

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

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

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