#CBA4B5

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

Shades of Lily #CBA4B5

Tints of Lily #CBA4B5

Color information

#CBA4B5 (or 0xCBA4B5) is unknown color: approx Lily. HEX triplet: CB, A4 and B5. RGB value is (203,164,181). Sum of RGB (Red+Green+Blue) = 203+164+181=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4B5 is #345B4A. Grayscale: #B1B1B1. Windows color (decimal): -3431243 or 11904203. OLE color: 11904203.

HSL color Cylindrical-coordinate representation of color #CBA4B5: hue angle of 333.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4B5 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203164181-
CMYK00.190.110.20
HSL333.85º27.27%71.96%-
HSV(B)333.85º19.21%79.61%-
XYZ46.2442.5849.5-
YUV177.6129.92146.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=37.04%
G=29.93%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316418100.190.110.20333.8527.2771.96
HexCBA4B5013B1414e1b48
Octal313244265023132451633110
Binary110010111010010010110101010011101110100101001110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4B5; }

 p { color: rgb(203,164,181); }

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

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

 a { background-color: rgb(203,164,181); }

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

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

 span { border-color: rgb(203,164,181); }

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