#CB81AD

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

Shades of Lily #CB81AD

Tints of Lily #CB81AD

Color information

#CB81AD (or 0xCB81AD) is unknown color: approx Lily. HEX triplet: CB, 81 and AD. RGB value is (203,129,173). Sum of RGB (Red+Green+Blue) = 203+129+173=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AD is #347E52. Grayscale: #9C9C9C. Windows color (decimal): -3440211 or 11370955. OLE color: 11370955.

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

Color convert

RGB203129173-
CMYK00.360.150.20
HSL324.32º41.57%65.1%-
HSV(B)324.32º36.45%79.61%-
XYZ40.0231.4143.49-
YUV156.14137.52161.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=40.20%
G=25.54%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312917300.360.150.20324.3241.5765.1
HexCB81AD024F141442a41
Octal313201255044172450452101
Binary11001011100000011010110101001001111101001010001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81AD; }

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

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

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

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

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

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

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

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