#CB8FAF

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

Shades of Lily #CB8FAF

Tints of Lily #CB8FAF

Color information

#CB8FAF (or 0xCB8FAF) is unknown color: approx Lily. HEX triplet: CB, 8F and AF. RGB value is (203,143,175). Sum of RGB (Red+Green+Blue) = 203+143+175=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAF is #347050. Grayscale: #A4A4A4. Windows color (decimal): -3436625 or 11505611. OLE color: 11505611.

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

Color convert

RGB203143175-
CMYK00.300.140.20
HSL328º36.59%67.84%-
HSV(B)328º29.56%79.61%-
XYZ42.1935.4445.17-
YUV164.59133.88155.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=38.96%
G=27.45%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314317500.300.140.2032836.5967.84
HexCB8FAF01EE141482544
Octal313217257036162451045104
Binary1100101110001111101011110111101110101001010010001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FAF; }

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

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

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

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

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

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

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

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