#CBA8B5

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

Shades of Lily #CBA8B5

Tints of Lily #CBA8B5

Color information

#CBA8B5 (or 0xCBA8B5) is unknown color: approx Lily. HEX triplet: CB, A8 and B5. RGB value is (203,168,181). Sum of RGB (Red+Green+Blue) = 203+168+181=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B5 is #34574A. Grayscale: #B3B3B3. Windows color (decimal): -3430219 or 11905227. OLE color: 11905227.

HSL color Cylindrical-coordinate representation of color #CBA8B5: hue angle of 337.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203168181-
CMYK00.170.110.20
HSL337.71º25.18%72.75%-
HSV(B)337.71º17.24%79.61%-
XYZ46.9744.0449.74-
YUV179.95128.6144.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 181 (71.09% from 255) = 32.79%
R=36.78%
G=30.43%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316818100.170.110.20337.7125.1872.75
HexCBA8B5011B141521949
Octal313250265021132452231111
Binary110010111010100010110101010001101110100101010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B5; }

 p { color: rgb(203,168,181); }

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

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

 a { background-color: rgb(203,168,181); }

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

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

 span { border-color: rgb(203,168,181); }

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