#CBA8B3

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

Shades of Lily #CBA8B3

Tints of Lily #CBA8B3

Color information

#CBA8B3 (or 0xCBA8B3) is unknown color: approx Lily. HEX triplet: CB, A8 and B3. RGB value is (203,168,179). Sum of RGB (Red+Green+Blue) = 203+168+179=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B3 is #34574C. Grayscale: #B3B3B3. Windows color (decimal): -3430221 or 11774155. OLE color: 11774155.

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

Color convert

RGB203168179-
CMYK00.170.120.20
HSL341.14º25.18%72.75%-
HSV(B)341.14º17.24%79.61%-
XYZ46.7743.9648.67-
YUV179.72127.6144.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 168 (66.02% from 255) = 30.55%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=36.91%
G=30.55%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316817900.170.120.20341.1425.1872.75
HexCBA8B3011C141551949
Octal313250263021142452531111
Binary110010111010100010110011010001110010100101010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B3; }

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

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

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

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

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

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

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

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