#CBA0BC

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

Shades of Lily #CBA0BC

Tints of Lily #CBA0BC

Color information

#CBA0BC (or 0xCBA0BC) is unknown color: approx Lily. HEX triplet: CB, A0 and BC. RGB value is (203,160,188). Sum of RGB (Red+Green+Blue) = 203+160+188=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA0BC is #345F43. Grayscale: #AFAFAF. Windows color (decimal): -3432260 or 12361931. OLE color: 12361931.

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

Color convert

RGB203160188-
CMYK00.210.070.20
HSL320.93º29.25%71.18%-
HSV(B)320.93º21.18%79.61%-
XYZ46.2841.4753.14-
YUV176.05134.75147.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=36.84%
G=29.04%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316018800.210.070.20320.9329.2571.18
HexCBA0BC0157141411d47
Octal31324027402572450135107
Binary11001011101000001011110001010111110100101000001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0BC; }

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

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

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

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

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

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

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

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