#CBA0B2

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

Shades of Lily #CBA0B2

Tints of Lily #CBA0B2

Color information

#CBA0B2 (or 0xCBA0B2) is unknown color: approx Lily. HEX triplet: CB, A0 and B2. RGB value is (203,160,178). Sum of RGB (Red+Green+Blue) = 203+160+178=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0B2 is #345F4D. Grayscale: #AEAEAE. Windows color (decimal): -3432270 or 11706571. OLE color: 11706571.

HSL color Cylindrical-coordinate representation of color #CBA0B2: hue angle of 334.88º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0B2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203160178-
CMYK00.210.120.20
HSL334.88º29.25%71.18%-
HSV(B)334.88º21.18%79.61%-
XYZ45.2441.0547.66-
YUV174.91129.75148.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=37.52%
G=29.57%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316017800.210.120.20334.8829.2571.18
HexCBA0B2015C1414f1d47
Octal313240262025142451735107
Binary110010111010000010110010010101110010100101001111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0B2; }

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

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

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

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

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

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

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

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