#CB85AE

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

Shades of Lily #CB85AE

Tints of Lily #CB85AE

Color information

#CB85AE (or 0xCB85AE) is unknown color: approx Lily. HEX triplet: CB, 85 and AE. RGB value is (203,133,174). Sum of RGB (Red+Green+Blue) = 203+133+174=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AE is #347A51. Grayscale: #9E9E9E. Windows color (decimal): -3439186 or 11437515. OLE color: 11437515.

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

Color convert

RGB203133174-
CMYK00.340.140.20
HSL324.86º40.23%65.88%-
HSV(B)324.86º34.48%79.61%-
XYZ40.6632.5344.18-
YUV158.6136.69159.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=39.80%
G=26.08%
B=34.12%

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
Decimal20313317400.340.140.20324.8640.2365.88
HexCB85AE022E141452842
Octal313205256042162450550102
Binary11001011100001011010111001000101110101001010001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85AE; }

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

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

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

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

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

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

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

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