#CB9CBA

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

Shades of Lily #CB9CBA

Tints of Lily #CB9CBA

Color information

#CB9CBA (or 0xCB9CBA) is unknown color: approx Lily. HEX triplet: CB, 9C and BA. RGB value is (203,156,186). Sum of RGB (Red+Green+Blue) = 203+156+186=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBA is #346345. Grayscale: #ADADAD. Windows color (decimal): -3433286 or 12229835. OLE color: 12229835.

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

Color convert

RGB203156186-
CMYK00.230.080.20
HSL321.7º31.13%70.39%-
HSV(B)321.7º23.15%79.61%-
XYZ45.3840.0251.79-
YUV173.47135.07149.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=37.25%
G=28.62%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315618600.230.080.20321.731.1370.39
HexCB9CBA0178141421f46
Octal313234272027102450237106
Binary110010111001110010111010010111100010100101000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CBA; }

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

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

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

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

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

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

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

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