#CBA2B5

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

Shades of Lily #CBA2B5

Tints of Lily #CBA2B5

Color information

#CBA2B5 (or 0xCBA2B5) is unknown color: approx Lily. HEX triplet: CB, A2 and B5. RGB value is (203,162,181). Sum of RGB (Red+Green+Blue) = 203+162+181=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2B5 is #345D4A. Grayscale: #B0B0B0. Windows color (decimal): -3431755 or 11903691. OLE color: 11903691.

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

Color convert

RGB203162181-
CMYK00.200.110.20
HSL332.2º28.28%71.57%-
HSV(B)332.2º20.2%79.61%-
XYZ45.8941.8749.38-
YUV176.42130.58146.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 162 (63.67% from 255) = 29.67%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=37.18%
G=29.67%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316218100.200.110.20332.228.2871.57
HexCBA2B5014B1414c1c48
Octal313242265024132451434110
Binary110010111010001010110101010100101110100101001100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2B5; }

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

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

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

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

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

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

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

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