#CC8ABC

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

Shades of Lily #CC8ABC

Tints of Lily #CC8ABC

Color information

#CC8ABC (or 0xCC8ABC) is unknown color: approx Lily. HEX triplet: CC, 8A and BC. RGB value is (204,138,188). Sum of RGB (Red+Green+Blue) = 204+138+188=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ABC is #337543. Grayscale: #A3A3A3. Windows color (decimal): -3372356 or 12356300. OLE color: 12356300.

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

Color convert

RGB204138188-
CMYK00.320.080.2
HSL314.55º39.29%67.06%-
HSV(B)314.55º32.35%80%-
XYZ43.0734.6551.99-
YUV163.43141.87156.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=38.49%
G=26.04%
B=35.47%

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
Decimal20413818800.320.080.2314.5539.2967.06
HexCC8ABC02081413b2743
Octal314212274040102447347103
Binary11001100100010101011110001000001000101001001110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ABC; }

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

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

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

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

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

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

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

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