#CB81AE

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

Shades of Lily #CB81AE

Tints of Lily #CB81AE

Color information

#CB81AE (or 0xCB81AE) is unknown color: approx Lily. HEX triplet: CB, 81 and AE. RGB value is (203,129,174). Sum of RGB (Red+Green+Blue) = 203+129+174=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AE is #347E51. Grayscale: #9C9C9C. Windows color (decimal): -3440210 or 11436491. OLE color: 11436491.

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

Color convert

RGB203129174-
CMYK00.360.140.20
HSL323.51º41.57%65.1%-
HSV(B)323.51º36.45%79.61%-
XYZ40.1231.4544-
YUV156.26138.02161.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=40.12%
G=25.49%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312917400.360.140.20323.5141.5765.1
HexCB81AE024E141442a41
Octal313201256044162450452101
Binary11001011100000011010111001001001110101001010001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81AE; }

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

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

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

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

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

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

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

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