#CB8FAC

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

Shades of Lily #CB8FAC

Tints of Lily #CB8FAC

Color information

#CB8FAC (or 0xCB8FAC) is unknown color: approx Lily. HEX triplet: CB, 8F and AC. RGB value is (203,143,172). Sum of RGB (Red+Green+Blue) = 203+143+172=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAC is #347053. Grayscale: #A4A4A4. Windows color (decimal): -3436628 or 11309003. OLE color: 11309003.

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

Color convert

RGB203143172-
CMYK00.300.150.20
HSL331º36.59%67.84%-
HSV(B)331º29.56%79.61%-
XYZ41.935.3243.64-
YUV164.25132.38155.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=39.19%
G=27.61%
B=33.20%

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
Decimal20314317200.300.150.2033136.5967.84
HexCB8FAC01EF1414b2544
Octal313217254036172451345104
Binary1100101110001111101011000111101111101001010010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FAC; }

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

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

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

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

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

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

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

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