#CCA7B8

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

Shades of Lily #CCA7B8

Tints of Lily #CCA7B8

Color information

#CCA7B8 (or 0xCCA7B8) is unknown color: approx Lily. HEX triplet: CC, A7 and B8. RGB value is (204,167,184). Sum of RGB (Red+Green+Blue) = 204+167+184=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7B8 is #335847. Grayscale: #B3B3B3. Windows color (decimal): -3364936 or 12101580. OLE color: 12101580.

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

Color convert

RGB204167184-
CMYK00.180.100.2
HSL332.43º26.62%72.75%-
HSV(B)332.43º18.14%80%-
XYZ47.3743.9451.33-
YUV180130.26145.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=36.76%
G=30.09%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416718400.180.100.2332.4326.6272.75
HexCCA7B8012A1414c1b49
Octal314247270022122451433111
Binary110011001010011110111000010010101010100101001100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7B8; }

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

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

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

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

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

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

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

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