#CB81AC

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

Shades of Lily #CB81AC

Tints of Lily #CB81AC

Color information

#CB81AC (or 0xCB81AC) is unknown color: approx Lily. HEX triplet: CB, 81 and AC. RGB value is (203,129,172). Sum of RGB (Red+Green+Blue) = 203+129+172=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB81AC is #347E53. Grayscale: #9B9B9B. Windows color (decimal): -3440212 or 11305419. OLE color: 11305419.

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

Color convert

RGB203129172-
CMYK00.360.150.20
HSL325.14º41.57%65.1%-
HSV(B)325.14º36.45%79.61%-
XYZ39.9331.3842.98-
YUV156.03137.02161.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=40.28%
G=25.60%
B=34.13%

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
Decimal20312917200.360.150.20325.1441.5765.1
HexCB81AC024F141452a41
Octal313201254044172450552101
Binary11001011100000011010110001001001111101001010001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81AC; }

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

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

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

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

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

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

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

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