#CB97AE

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

Shades of Lily #CB97AE

Tints of Lily #CB97AE

Color information

#CB97AE (or 0xCB97AE) is unknown color: approx Lily. HEX triplet: CB, 97 and AE. RGB value is (203,151,174). Sum of RGB (Red+Green+Blue) = 203+151+174=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97AE is #346851. Grayscale: #A9A9A9. Windows color (decimal): -3434578 or 11442123. OLE color: 11442123.

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

Color convert

RGB203151174-
CMYK00.260.140.20
HSL333.46º33.33%69.41%-
HSV(B)333.46º25.62%79.61%-
XYZ43.3437.8945.07-
YUV169.17130.73152.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=38.45%
G=28.60%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315117400.260.140.20333.4633.3369.41
HexCB97AE01AE1414d2145
Octal313227256032162451541105
Binary1100101110010111101011100110101110101001010011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97AE; }

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

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

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

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

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

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

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

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