#CC81AF

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

Shades of Lily #CC81AF

Tints of Lily #CC81AF

Color information

#CC81AF (or 0xCC81AF) is unknown color: approx Lily. HEX triplet: CC, 81 and AF. RGB value is (204,129,175). Sum of RGB (Red+Green+Blue) = 204+129+175=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC81AF is #337E50. Grayscale: #9C9C9C. Windows color (decimal): -3374673 or 11502028. OLE color: 11502028.

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

Color convert

RGB204129175-
CMYK00.370.140.2
HSL323.2º42.37%65.29%-
HSV(B)323.2º36.76%80%-
XYZ40.4931.6344.53-
YUV156.67138.35161.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=40.16%
G=25.39%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412917500.370.140.2323.242.3765.29
HexCC81AF025E141432a41
Octal314201257045162450352101
Binary11001100100000011010111101001011110101001010000111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81AF; }

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

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

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

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

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

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

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

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