#CB99BA

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

Shades of Lily #CB99BA

Tints of Lily #CB99BA

Color information

#CB99BA (or 0xCB99BA) is unknown color: approx Lily. HEX triplet: CB, 99 and BA. RGB value is (203,153,186). Sum of RGB (Red+Green+Blue) = 203+153+186=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99BA is #346645. Grayscale: #ABABAB. Windows color (decimal): -3434054 or 12229067. OLE color: 12229067.

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

Color convert

RGB203153186-
CMYK00.250.080.20
HSL320.4º32.47%69.8%-
HSV(B)320.4º24.63%79.61%-
XYZ44.8839.0251.62-
YUV171.71136.06150.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=37.45%
G=28.23%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315318600.250.080.20320.432.4769.8
HexCB99BA0198141402046
Octal313231272031102450040106
Binary1100101110011001101110100110011000101001010000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99BA; }

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

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

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

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

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

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

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

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