#CB8FAD

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

Shades of Lily #CB8FAD

Tints of Lily #CB8FAD

Color information

#CB8FAD (or 0xCB8FAD) is unknown color: approx Lily. HEX triplet: CB, 8F and AD. RGB value is (203,143,173). Sum of RGB (Red+Green+Blue) = 203+143+173=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAD is #347052. Grayscale: #A4A4A4. Windows color (decimal): -3436627 or 11374539. OLE color: 11374539.

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

Color convert

RGB203143173-
CMYK00.300.150.20
HSL330º36.59%67.84%-
HSV(B)330º29.56%79.61%-
XYZ41.9935.3644.15-
YUV164.36132.88155.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 143 (56.25% from 255) = 27.55%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=39.11%
G=27.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314317300.300.150.2033036.5967.84
HexCB8FAD01EF1414a2544
Octal313217255036172451245104
Binary1100101110001111101011010111101111101001010010101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FAD; }

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

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

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

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

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

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

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

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