#CBA1BB

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

Shades of Lily #CBA1BB

Tints of Lily #CBA1BB

Color information

#CBA1BB (or 0xCBA1BB) is unknown color: approx Lily. HEX triplet: CB, A1 and BB. RGB value is (203,161,187). Sum of RGB (Red+Green+Blue) = 203+161+187=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BB is #345E44. Grayscale: #B0B0B0. Windows color (decimal): -3432005 or 12296651. OLE color: 12296651.

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

Color convert

RGB203161187-
CMYK00.210.080.20
HSL322.86º28.77%71.37%-
HSV(B)322.86º20.69%79.61%-
XYZ46.3441.7752.63-
YUV176.52133.91146.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=36.84%
G=29.22%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316118700.210.080.20322.8628.7771.37
HexCBA1BB0158141431d47
Octal313241273025102450335107
Binary110010111010000110111011010101100010100101000011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1BB; }

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

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

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

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

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

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

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

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