#CB8ABB

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

Shades of Lily #CB8ABB

Tints of Lily #CB8ABB

Color information

#CB8ABB (or 0xCB8ABB) is unknown color: approx Lily. HEX triplet: CB, 8A and BB. RGB value is (203,138,187). Sum of RGB (Red+Green+Blue) = 203+138+187=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABB is #347544. Grayscale: #A2A2A2. Windows color (decimal): -3437893 or 12290763. OLE color: 12290763.

HSL color Cylindrical-coordinate representation of color #CB8ABB: hue angle of 314.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8ABB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203138187-
CMYK00.320.080.20
HSL314.77º38.46%66.86%-
HSV(B)314.77º32.02%79.61%-
XYZ42.6934.4651.42-
YUV163.02141.53156.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=38.45%
G=26.14%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313818700.320.080.20314.7738.4666.86
HexCB8ABB02081413b2643
Octal313212273040102447346103
Binary11001011100010101011101101000001000101001001110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ABB; }

 p { color: rgb(203,138,187); }

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

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

 a { background-color: rgb(203,138,187); }

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

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

 span { border-color: rgb(203,138,187); }

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