#CCABB7

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

Shades of Lily #CCABB7

Tints of Lily #CCABB7

Color information

#CCABB7 (or 0xCCABB7) is unknown color: approx Lily. HEX triplet: CC, AB and B7. RGB value is (204,171,183). Sum of RGB (Red+Green+Blue) = 204+171+183=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB7 is #335448. Grayscale: #B6B6B6. Windows color (decimal): -3363913 or 12037068. OLE color: 12037068.

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

Color convert

RGB204171183-
CMYK00.160.100.2
HSL338.18º24.44%73.53%-
HSV(B)338.18º16.18%80%-
XYZ48.0145.3851.03-
YUV182.24128.43143.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=36.56%
G=30.65%
B=32.80%

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
Decimal20417118300.160.100.2338.1824.4473.53
HexCCABB7010A14152184a
Octal314253267020122452230112
Binary110011001010101110110111010000101010100101010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABB7; }

 p { color: rgb(204,171,183); }

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

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

 a { background-color: rgb(204,171,183); }

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

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

 span { border-color: rgb(204,171,183); }

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