#CC8BAF

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

Shades of Lily #CC8BAF

Tints of Lily #CC8BAF

Color information

#CC8BAF (or 0xCC8BAF) is unknown color: approx Lily. HEX triplet: CC, 8B and AF. RGB value is (204,139,175). Sum of RGB (Red+Green+Blue) = 204+139+175=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8BAF is #337450. Grayscale: #A2A2A2. Windows color (decimal): -3372113 or 11504588. OLE color: 11504588.

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

Color convert

RGB204139175-
CMYK00.320.140.2
HSL326.77º38.92%67.25%-
HSV(B)326.77º31.86%80%-
XYZ41.8734.444.99-
YUV162.54135.03157.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=39.38%
G=26.83%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413917500.320.140.2326.7738.9267.25
HexCC8BAF020E141472743
Octal314213257040162450747103
Binary11001100100010111010111101000001110101001010001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BAF; }

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

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

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

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

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

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

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

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