#CB82AB

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

Shades of Lily #CB82AB

Tints of Lily #CB82AB

Color information

#CB82AB (or 0xCB82AB) is unknown color: approx Lily. HEX triplet: CB, 82 and AB. RGB value is (203,130,171). Sum of RGB (Red+Green+Blue) = 203+130+171=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AB is #347D54. Grayscale: #9C9C9C. Windows color (decimal): -3439957 or 11240139. OLE color: 11240139.

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

Color convert

RGB203130171-
CMYK00.360.160.20
HSL326.3º41.24%65.29%-
HSV(B)326.3º35.96%79.61%-
XYZ39.9631.642.52-
YUV156.5136.18161.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=40.28%
G=25.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313017100.360.160.20326.341.2465.29
HexCB82AB02410141462941
Octal313202253044202450651101
Binary110010111000001010101011010010010000101001010001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82AB; }

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

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

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

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

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

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

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

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