#CBA8B8

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

Shades of Lily #CBA8B8

Tints of Lily #CBA8B8

Color information

#CBA8B8 (or 0xCBA8B8) is unknown color: approx Lily. HEX triplet: CB, A8 and B8. RGB value is (203,168,184). Sum of RGB (Red+Green+Blue) = 203+168+184=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B8 is #345747. Grayscale: #B4B4B4. Windows color (decimal): -3430216 or 12101835. OLE color: 12101835.

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

Color convert

RGB203168184-
CMYK00.170.090.20
HSL332.57º25.18%72.75%-
HSV(B)332.57º17.24%79.61%-
XYZ47.2844.1651.38-
YUV180.29130.1144.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=36.58%
G=30.27%
B=33.15%

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
Decimal20316818400.170.090.20332.5725.1872.75
HexCBA8B801191414d1949
Octal313250270021112451531111
Binary110010111010100010111000010001100110100101001101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8B8; }

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

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

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

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

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

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

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

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