#CBA8B9

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

Shades of Lily #CBA8B9

Tints of Lily #CBA8B9

Color information

#CBA8B9 (or 0xCBA8B9) is unknown color: approx Lily. HEX triplet: CB, A8 and B9. RGB value is (203,168,185). Sum of RGB (Red+Green+Blue) = 203+168+185=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B9 is #345746. Grayscale: #B4B4B4. Windows color (decimal): -3430215 or 12167371. OLE color: 12167371.

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

Color convert

RGB203168185-
CMYK00.170.090.20
HSL330.86º25.18%72.75%-
HSV(B)330.86º17.24%79.61%-
XYZ47.3944.251.93-
YUV180.4130.6144.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 185 (72.66% from 255) = 33.27%
R=36.51%
G=30.22%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316818500.170.090.20330.8625.1872.75
HexCBA8B901191414b1949
Octal313250271021112451331111
Binary110010111010100010111001010001100110100101001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B9; }

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

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

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

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

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

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

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

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