#CB7EAE

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

Shades of Lily #CB7EAE

Tints of Lily #CB7EAE

Color information

#CB7EAE (or 0xCB7EAE) is unknown color: approx Lily. HEX triplet: CB, 7E and AE. RGB value is (203,126,174). Sum of RGB (Red+Green+Blue) = 203+126+174=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7EAE is #348151. Grayscale: #9A9A9A. Windows color (decimal): -3440978 or 11435723. OLE color: 11435723.

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

Color convert

RGB203126174-
CMYK00.380.140.20
HSL322.6º42.54%64.51%-
HSV(B)322.6º37.93%79.61%-
XYZ39.7330.6743.87-
YUV154.5139.01162.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=40.36%
G=25.05%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312617400.380.140.20322.642.5464.51
HexCB7EAE026E141432b41
Octal313176256046162450353101
Binary1100101111111101010111001001101110101001010000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EAE; }

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

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

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

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

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

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

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

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