#CB83AE

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

Shades of Lily #CB83AE

Tints of Lily #CB83AE

Color information

#CB83AE (or 0xCB83AE) is unknown color: approx Lily. HEX triplet: CB, 83 and AE. RGB value is (203,131,174). Sum of RGB (Red+Green+Blue) = 203+131+174=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83AE is #347C51. Grayscale: #9D9D9D. Windows color (decimal): -3439698 or 11437003. OLE color: 11437003.

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

Color convert

RGB203131174-
CMYK00.350.140.20
HSL324.17º40.91%65.49%-
HSV(B)324.17º35.47%79.61%-
XYZ40.3831.9944.09-
YUV157.43137.35160.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=39.96%
G=25.79%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313117400.350.140.20324.1740.9165.49
HexCB83AE023E141442941
Octal313203256043162450451101
Binary11001011100000111010111001000111110101001010001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83AE; }

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

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

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

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

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

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

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

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