#CB97BB

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

Shades of Lily #CB97BB

Tints of Lily #CB97BB

Color information

#CB97BB (or 0xCB97BB) is unknown color: approx Lily. HEX triplet: CB, 97 and BB. RGB value is (203,151,187). Sum of RGB (Red+Green+Blue) = 203+151+187=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97BB is #346844. Grayscale: #AAAAAA. Windows color (decimal): -3434565 or 12294091. OLE color: 12294091.

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

Color convert

RGB203151187-
CMYK00.260.080.20
HSL318.46º33.33%69.41%-
HSV(B)318.46º25.62%79.61%-
XYZ44.6638.4252.07-
YUV170.65137.23151.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=37.52%
G=27.91%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315118700.260.080.20318.4633.3369.41
HexCB97BB01A81413e2145
Octal313227273032102447641105
Binary1100101110010111101110110110101000101001001111101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97BB; }

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

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

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

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

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

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

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

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