#CB97B4

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

Shades of Lily #CB97B4

Tints of Lily #CB97B4

Color information

#CB97B4 (or 0xCB97B4) is unknown color: approx Lily. HEX triplet: CB, 97 and B4. RGB value is (203,151,180). Sum of RGB (Red+Green+Blue) = 203+151+180=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97B4 is #34684B. Grayscale: #A9A9A9. Windows color (decimal): -3434572 or 11835339. OLE color: 11835339.

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

Color convert

RGB203151180-
CMYK00.260.110.20
HSL326.54º33.33%69.41%-
HSV(B)326.54º25.62%79.61%-
XYZ43.9338.1348.22-
YUV169.85133.73151.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=38.01%
G=28.28%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315118000.260.110.20326.5433.3369.41
HexCB97B401AB141472145
Octal313227264032132450741105
Binary1100101110010111101101000110101011101001010001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97B4; }

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

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

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

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

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

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

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

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