#CC92BB

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

Shades of Lily #CC92BB

Tints of Lily #CC92BB

Color information

#CC92BB (or 0xCC92BB) is unknown color: approx Lily. HEX triplet: CC, 92 and BB. RGB value is (204,146,187). Sum of RGB (Red+Green+Blue) = 204+146+187=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92BB is #336D44. Grayscale: #A7A7A7. Windows color (decimal): -3370309 or 12292812. OLE color: 12292812.

HSL color Cylindrical-coordinate representation of color #CC92BB: hue angle of 317.59º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC92BB is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204146187-
CMYK00.280.080.2
HSL317.59º36.25%68.63%-
HSV(B)317.59º28.43%80%-
XYZ44.1536.9851.83-
YUV168.02138.72153.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=37.99%
G=27.19%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414618700.280.080.2317.5936.2568.63
HexCC92BB01C81413e2445
Octal314222273034102447644105
Binary1100110010010010101110110111001000101001001111101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92BB; }

 p { color: rgb(204,146,187); }

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

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

 a { background-color: rgb(204,146,187); }

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

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

 span { border-color: rgb(204,146,187); }

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