#CB94AE

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

Shades of Lily #CB94AE

Tints of Lily #CB94AE

Color information

#CB94AE (or 0xCB94AE) is unknown color: approx Lily. HEX triplet: CB, 94 and AE. RGB value is (203,148,174). Sum of RGB (Red+Green+Blue) = 203+148+174=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB94AE is #346B51. Grayscale: #A7A7A7. Windows color (decimal): -3435346 or 11441355. OLE color: 11441355.

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

Color convert

RGB203148174-
CMYK00.270.140.20
HSL331.64º34.59%68.82%-
HSV(B)331.64º27.09%79.61%-
XYZ42.8636.9344.91-
YUV167.41131.72153.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=38.67%
G=28.19%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314817400.270.140.20331.6434.5968.82
HexCB94AE01BE1414c2345
Octal313224256033162451443105
Binary1100101110010100101011100110111110101001010011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94AE; }

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

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

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

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

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

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

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

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