#CB8BAE

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

Shades of Lily #CB8BAE

Tints of Lily #CB8BAE

Color information

#CB8BAE (or 0xCB8BAE) is unknown color: approx Lily. HEX triplet: CB, 8B and AE. RGB value is (203,139,174). Sum of RGB (Red+Green+Blue) = 203+139+174=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8BAE is #347451. Grayscale: #A2A2A2. Windows color (decimal): -3437650 or 11439051. OLE color: 11439051.

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

Color convert

RGB203139174-
CMYK00.320.140.20
HSL327.19º38.1%67.06%-
HSV(B)327.19º31.53%79.61%-
XYZ41.534.2244.46-
YUV162.13134.7157.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=39.34%
G=26.94%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313917400.320.140.20327.1938.167.06
HexCB8BAE020E141472643
Octal313213256040162450746103
Binary11001011100010111010111001000001110101001010001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BAE; }

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

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

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

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

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

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

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

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