#CB86AE

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

Shades of Lily #CB86AE

Tints of Lily #CB86AE

Color information

#CB86AE (or 0xCB86AE) is unknown color: approx Lily. HEX triplet: CB, 86 and AE. RGB value is (203,134,174). Sum of RGB (Red+Green+Blue) = 203+134+174=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB86AE is #347951. Grayscale: #9F9F9F. Windows color (decimal): -3438930 or 11437771. OLE color: 11437771.

HSL color Cylindrical-coordinate representation of color #CB86AE: hue angle of 325.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86AE is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203134174-
CMYK00.340.140.20
HSL325.22º39.88%66.08%-
HSV(B)325.22º33.99%79.61%-
XYZ40.7932.844.23-
YUV159.19136.36159.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=39.73%
G=26.22%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313417400.340.140.20325.2239.8866.08
HexCB86AE022E141452842
Octal313206256042162450550102
Binary11001011100001101010111001000101110101001010001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86AE; }

 p { color: rgb(203,134,174); }

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

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

 a { background-color: rgb(203,134,174); }

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

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

 span { border-color: rgb(203,134,174); }

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