#CB99B5

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

Shades of Lily #CB99B5

Tints of Lily #CB99B5

Color information

#CB99B5 (or 0xCB99B5) is unknown color: approx Lily. HEX triplet: CB, 99 and B5. RGB value is (203,153,181). Sum of RGB (Red+Green+Blue) = 203+153+181=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99B5 is #34664A. Grayscale: #ABABAB. Windows color (decimal): -3434059 or 11901387. OLE color: 11901387.

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

Color convert

RGB203153181-
CMYK00.250.110.20
HSL326.4º32.47%69.8%-
HSV(B)326.4º24.63%79.61%-
XYZ44.3638.8248.87-
YUV171.14133.56150.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=37.80%
G=28.49%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315318100.250.110.20326.432.4769.8
HexCB99B5019B141462046
Octal313231265031132450640106
Binary1100101110011001101101010110011011101001010001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99B5; }

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

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

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

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

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

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

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

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