#CBA9B9

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

Shades of Lily #CBA9B9

Tints of Lily #CBA9B9

Color information

#CBA9B9 (or 0xCBA9B9) is unknown color: approx Lily. HEX triplet: CB, A9 and B9. RGB value is (203,169,185). Sum of RGB (Red+Green+Blue) = 203+169+185=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9B9 is #345646. Grayscale: #B4B4B4. Windows color (decimal): -3429959 or 12167627. OLE color: 12167627.

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

Color convert

RGB203169185-
CMYK00.170.090.20
HSL331.76º24.64%72.94%-
HSV(B)331.76º16.75%79.61%-
XYZ47.5744.5852-
YUV180.99130.26143.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 185 (72.66% from 255) = 33.21%
R=36.45%
G=30.34%
B=33.21%

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
Decimal20316918500.170.090.20331.7624.6472.94
HexCBA9B901191414c1949
Octal313251271021112451431111
Binary110010111010100110111001010001100110100101001100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9B9; }

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

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

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

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

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

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

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

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