#CBA7B9

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

Shades of Lily #CBA7B9

Tints of Lily #CBA7B9

Color information

#CBA7B9 (or 0xCBA7B9) is unknown color: approx Lily. HEX triplet: CB, A7 and B9. RGB value is (203,167,185). Sum of RGB (Red+Green+Blue) = 203+167+185=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7B9 is #345846. Grayscale: #B3B3B3. Windows color (decimal): -3430471 or 12167115. OLE color: 12167115.

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

Color convert

RGB203167185-
CMYK00.180.090.20
HSL330º25.71%72.55%-
HSV(B)330º17.73%79.61%-
XYZ47.243.8451.87-
YUV179.82130.93144.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=36.58%
G=30.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316718500.180.090.2033025.7172.55
HexCBA7B901291414a1a49
Octal313247271022112451232111
Binary110010111010011110111001010010100110100101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7B9; }

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

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

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

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

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

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

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

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