#CB8BB5

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

Shades of Lily #CB8BB5

Tints of Lily #CB8BB5

Color information

#CB8BB5 (or 0xCB8BB5) is unknown color: approx Lily. HEX triplet: CB, 8B and B5. RGB value is (203,139,181). Sum of RGB (Red+Green+Blue) = 203+139+181=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BB5 is #34744A. Grayscale: #A2A2A2. Windows color (decimal): -3437643 or 11897803. OLE color: 11897803.

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

Color convert

RGB203139181-
CMYK00.320.110.20
HSL320.62º38.1%67.06%-
HSV(B)320.62º31.53%79.61%-
XYZ42.234.548.15-
YUV162.92138.2156.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=38.81%
G=26.58%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313918100.320.110.20320.6238.167.06
HexCB8BB5020B141412643
Octal313213265040132450146103
Binary11001011100010111011010101000001011101001010000011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BB5; }

 p { color: rgb(203,139,181); }

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

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

 a { background-color: rgb(203,139,181); }

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

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

 span { border-color: rgb(203,139,181); }

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