#CC8ABB

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

Shades of Lily #CC8ABB

Tints of Lily #CC8ABB

Color information

#CC8ABB (or 0xCC8ABB) is unknown color: approx Lily. HEX triplet: CC, 8A and BB. RGB value is (204,138,187). Sum of RGB (Red+Green+Blue) = 204+138+187=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABB is #337544. Grayscale: #A3A3A3. Windows color (decimal): -3372357 or 12290764. OLE color: 12290764.

HSL color Cylindrical-coordinate representation of color #CC8ABB: hue angle of 315.45º 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 #CC8ABB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204138187-
CMYK00.320.080.2
HSL315.45º39.29%67.06%-
HSV(B)315.45º32.35%80%-
XYZ42.9634.651.43-
YUV163.32141.37157.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=38.56%
G=26.09%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413818700.320.080.2315.4539.2967.06
HexCC8ABB02081413b2743
Octal314212273040102447347103
Binary11001100100010101011101101000001000101001001110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ABB; }

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

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

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

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

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

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

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

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