#CB8ABA

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

Shades of Lily #CB8ABA

Tints of Lily #CB8ABA

Color information

#CB8ABA (or 0xCB8ABA) is unknown color: approx Lily. HEX triplet: CB, 8A and BA. RGB value is (203,138,186). Sum of RGB (Red+Green+Blue) = 203+138+186=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABA is #347545. Grayscale: #A2A2A2. Windows color (decimal): -3437894 or 12225227. OLE color: 12225227.

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

Color convert

RGB203138186-
CMYK00.320.080.20
HSL315.69º38.46%66.86%-
HSV(B)315.69º32.02%79.61%-
XYZ42.5834.4250.85-
YUV162.91141.03156.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=38.52%
G=26.19%
B=35.29%

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
Decimal20313818600.320.080.20315.6938.4666.86
HexCB8ABA02081413c2643
Octal313212272040102447446103
Binary11001011100010101011101001000001000101001001111001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8ABA; }

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

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

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

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

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

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

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

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