#CCACB8

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

Shades of Lily #CCACB8

Tints of Lily #CCACB8

Color information

#CCACB8 (or 0xCCACB8) is unknown color: approx Lily. HEX triplet: CC, AC and B8. RGB value is (204,172,184). Sum of RGB (Red+Green+Blue) = 204+172+184=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB8 is #335347. Grayscale: #B6B6B6. Windows color (decimal): -3363656 or 12102860. OLE color: 12102860.

HSL color Cylindrical-coordinate representation of color #CCACB8: hue angle of 337.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACB8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204172184-
CMYK00.160.100.2
HSL337.5º23.88%73.73%-
HSV(B)337.5º15.69%80%-
XYZ48.3145.851.64-
YUV182.94128.6143.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=36.43%
G=30.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417218400.160.100.2337.523.8873.73
HexCCACB8010A14152184a
Octal314254270020122452230112
Binary110011001010110010111000010000101010100101010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB8; }

 p { color: rgb(204,172,184); }

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

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

 a { background-color: rgb(204,172,184); }

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

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

 span { border-color: rgb(204,172,184); }

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