#CB97B9

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

Shades of Lily #CB97B9

Tints of Lily #CB97B9

Color information

#CB97B9 (or 0xCB97B9) is unknown color: approx Lily. HEX triplet: CB, 97 and B9. RGB value is (203,151,185). Sum of RGB (Red+Green+Blue) = 203+151+185=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97B9 is #346846. Grayscale: #AAAAAA. Windows color (decimal): -3434567 or 12163019. OLE color: 12163019.

HSL color Cylindrical-coordinate representation of color #CB97B9: hue angle of 320.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97B9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203151185-
CMYK00.260.090.20
HSL320.77º33.33%69.41%-
HSV(B)320.77º25.62%79.61%-
XYZ44.4538.3350.95-
YUV170.42136.23151.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=37.66%
G=28.01%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315118500.260.090.20320.7733.3369.41
HexCB97B901A9141412145
Octal313227271032112450141105
Binary1100101110010111101110010110101001101001010000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97B9; }

 p { color: rgb(203,151,185); }

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

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

 a { background-color: rgb(203,151,185); }

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

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

 span { border-color: rgb(203,151,185); }

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