#cb82af

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

Shades of Lily #CB82AF

Tints of Lily #CB82AF

Color information

#CB82AF (or 0xCB82AF) is unknown color: approx Lily. HEX triplet: CB, 82 and AF. RGB value is (203,130,175). Sum of RGB (Red+Green+Blue) = 203+130+175=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AF is #347D50. Grayscale: #9C9C9C. Windows color (decimal): -3439953 or 11502283. OLE color: 11502283.

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

Color convert

RGB203130175-
CMYK00.360.140.20
HSL323.01º41.24%65.29%-
HSV(B)323.01º35.96%79.61%-
XYZ40.3531.7644.56-
YUV156.96138.18160.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=39.96%
G=25.59%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313017500.360.140.20323.0141.2465.29
HexCB82AF024E141432941
Octal313202257044162450351101
Binary11001011100000101010111101001001110101001010000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb82af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb82af; }

 p { color: rgb(203,130,175); }

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

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

 a { background-color: rgb(203,130,175); }

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

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

 span { border-color: rgb(203,130,175); }

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