#CB8FAB

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

Shades of Lily #CB8FAB

Tints of Lily #CB8FAB

Color information

#CB8FAB (or 0xCB8FAB) is unknown color: approx Lily. HEX triplet: CB, 8F and AB. RGB value is (203,143,171). Sum of RGB (Red+Green+Blue) = 203+143+171=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAB is #347054. Grayscale: #A4A4A4. Windows color (decimal): -3436629 or 11243467. OLE color: 11243467.

HSL color Cylindrical-coordinate representation of color #CB8FAB: hue angle of 332º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FAB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203143171-
CMYK00.300.160.20
HSL332º36.59%67.84%-
HSV(B)332º29.56%79.61%-
XYZ41.835.2843.13-
YUV164.13131.88155.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=39.26%
G=27.66%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314317100.300.160.2033236.5967.84
HexCB8FAB01E101414c2544
Octal313217253036202451445104
Binary11001011100011111010101101111010000101001010011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FAB; }

 p { color: rgb(203,143,171); }

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

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

 a { background-color: rgb(203,143,171); }

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

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

 span { border-color: rgb(203,143,171); }

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