#CC86AF

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

Shades of Lily #CC86AF

Tints of Lily #CC86AF

Color information

#CC86AF (or 0xCC86AF) is unknown color: approx Lily. HEX triplet: CC, 86 and AF. RGB value is (204,134,175). Sum of RGB (Red+Green+Blue) = 204+134+175=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86AF is #337950. Grayscale: #9F9F9F. Windows color (decimal): -3373393 or 11503308. OLE color: 11503308.

HSL color Cylindrical-coordinate representation of color #CC86AF: hue angle of 324.86º degrees, saturation: 0.41, 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 #CC86AF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204134175-
CMYK00.340.140.2
HSL324.86º40.7%66.27%-
HSV(B)324.86º34.31%80%-
XYZ41.1632.9844.75-
YUV159.6136.69159.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=39.77%
G=26.12%
B=34.11%

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
Decimal20413417500.340.140.2324.8640.766.27
HexCC86AF022E141452942
Octal314206257042162450551102
Binary11001100100001101010111101000101110101001010001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86AF; }

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

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

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

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

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

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

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

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