#CBA5B2

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

Shades of Lily #CBA5B2

Tints of Lily #CBA5B2

Color information

#CBA5B2 (or 0xCBA5B2) is unknown color: approx Lily. HEX triplet: CB, A5 and B2. RGB value is (203,165,178). Sum of RGB (Red+Green+Blue) = 203+165+178=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA5B2 is #345A4D. Grayscale: #B1B1B1. Windows color (decimal): -3430990 or 11707851. OLE color: 11707851.

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

Color convert

RGB203165178-
CMYK00.190.120.20
HSL339.47º26.76%72.16%-
HSV(B)339.47º18.72%79.61%-
XYZ46.1242.8247.95-
YUV177.84128.09145.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=37.18%
G=30.22%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316517800.190.120.20339.4726.7672.16
HexCBA5B2013C141531b48
Octal313245262023142452333110
Binary110010111010010110110010010011110010100101010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5B2; }

 p { color: rgb(203,165,178); }

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

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

 a { background-color: rgb(203,165,178); }

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

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

 span { border-color: rgb(203,165,178); }

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