#C7ABB6

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

Shades of Lily #C7ABB6

Tints of Lily #C7ABB6

Color information

#C7ABB6 (or 0xC7ABB6) is unknown color: approx Lily. HEX triplet: C7, AB and B6. RGB value is (199,171,182). Sum of RGB (Red+Green+Blue) = 199+171+182=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABB6 is #385449. Grayscale: #B4B4B4. Windows color (decimal): -3691594 or 11971527. OLE color: 11971527.

HSL color Cylindrical-coordinate representation of color #C7ABB6: hue angle of 336.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7ABB6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199171182-
CMYK00.140.090.22
HSL336.43º20%72.55%-
HSV(B)336.43º14.07%78.04%-
XYZ46.5644.6550.42-
YUV180.63128.78141.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=36.05%
G=30.98%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917118200.140.090.22336.432072.55
HexC7ABB60E9161501449
Octal307253266016112652024111
Binary11000111101010111011011001110100110110101010000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABB6; }

 p { color: rgb(199,171,182); }

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

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

 a { background-color: rgb(199,171,182); }

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

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

 span { border-color: rgb(199,171,182); }

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