#CB92AC

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

Shades of Lily #CB92AC

Tints of Lily #CB92AC

Color information

#CB92AC (or 0xCB92AC) is unknown color: approx Lily. HEX triplet: CB, 92 and AC. RGB value is (203,146,172). Sum of RGB (Red+Green+Blue) = 203+146+172=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB92AC is #346D53. Grayscale: #A5A5A5. Windows color (decimal): -3435860 or 11309771. OLE color: 11309771.

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

Color convert

RGB203146172-
CMYK00.280.150.20
HSL332.63º35.4%68.43%-
HSV(B)332.63º28.08%79.61%-
XYZ42.3536.2343.79-
YUV166.01131.38154.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=38.96%
G=28.02%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314617200.280.150.20332.6335.468.43
HexCB92AC01CF1414d2344
Octal313222254034172451543104
Binary1100101110010010101011000111001111101001010011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92AC; }

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

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

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

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

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

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

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

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