#CBA7B4

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

Shades of Lily #CBA7B4

Tints of Lily #CBA7B4

Color information

#CBA7B4 (or 0xCBA7B4) is unknown color: approx Lily. HEX triplet: CB, A7 and B4. RGB value is (203,167,180). Sum of RGB (Red+Green+Blue) = 203+167+180=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7B4 is #34584B. Grayscale: #B3B3B3. Windows color (decimal): -3430476 or 11839435. OLE color: 11839435.

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

Color convert

RGB203167180-
CMYK00.180.110.20
HSL338.33º25.71%72.55%-
HSV(B)338.33º17.73%79.61%-
XYZ46.6943.6349.14-
YUV179.25128.43144.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=36.91%
G=30.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316718000.180.110.20338.3325.7172.55
HexCBA7B4012B141521a49
Octal313247264022132452232111
Binary110010111010011110110100010010101110100101010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7B4; }

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

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

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

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

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

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

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

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