#CC87AF

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

Shades of Lily #CC87AF

Tints of Lily #CC87AF

Color information

#CC87AF (or 0xCC87AF) is unknown color: approx Lily. HEX triplet: CC, 87 and AF. RGB value is (204,135,175). Sum of RGB (Red+Green+Blue) = 204+135+175=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87AF is #337850. Grayscale: #A0A0A0. Windows color (decimal): -3373137 or 11503564. OLE color: 11503564.

HSL color Cylindrical-coordinate representation of color #CC87AF: hue angle of 325.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87AF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204135175-
CMYK00.340.140.2
HSL325.22º40.35%66.47%-
HSV(B)325.22º33.82%80%-
XYZ41.333.2644.8-
YUV160.19136.36159.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=39.69%
G=26.26%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413517500.340.140.2325.2240.3566.47
HexCC87AF022E141452842
Octal314207257042162450550102
Binary11001100100001111010111101000101110101001010001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC87AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC87AF; }

 p { color: rgb(204,135,175); }

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

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

 a { background-color: rgb(204,135,175); }

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

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

 span { border-color: rgb(204,135,175); }

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