#CB82AC

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

Shades of Lily #CB82AC

Tints of Lily #CB82AC

Color information

#CB82AC (or 0xCB82AC) is unknown color: approx Lily. HEX triplet: CB, 82 and AC. RGB value is (203,130,172). Sum of RGB (Red+Green+Blue) = 203+130+172=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AC is #347D53. Grayscale: #9C9C9C. Windows color (decimal): -3439956 or 11305675. OLE color: 11305675.

HSL color Cylindrical-coordinate representation of color #CB82AC: hue angle of 325.48º 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 #CB82AC is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203130172-
CMYK00.360.150.20
HSL325.48º41.24%65.29%-
HSV(B)325.48º35.96%79.61%-
XYZ40.0631.6443.03-
YUV156.62136.68161.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=40.20%
G=25.74%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313017200.360.150.20325.4841.2465.29
HexCB82AC024F141452941
Octal313202254044172450551101
Binary11001011100000101010110001001001111101001010001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82AC; }

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

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

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

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

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

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

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

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