#C3ABB4

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

Shades of Lily #C3ABB4

Tints of Lily #C3ABB4

Color information

#C3ABB4 (or 0xC3ABB4) is unknown color: approx Lily. HEX triplet: C3, AB and B4. RGB value is (195,171,180). Sum of RGB (Red+Green+Blue) = 195+171+180=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABB4 is #3C544B. Grayscale: #B3B3B3. Windows color (decimal): -3953740 or 11840451. OLE color: 11840451.

HSL color Cylindrical-coordinate representation of color #C3ABB4: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ABB4 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195171180-
CMYK00.120.080.24
HSL337.5º16.67%71.76%-
HSV(B)337.5º12.31%76.47%-
XYZ45.3144.0249.29-
YUV179.2128.45139.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=35.71%
G=31.32%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517118000.120.080.24337.516.6771.76
HexC3ABB40C8181521148
Octal303253264014103052221110
Binary11000011101010111011010001100100011000101010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABB4; }

 p { color: rgb(195,171,180); }

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

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

 a { background-color: rgb(195,171,180); }

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

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

 span { border-color: rgb(195,171,180); }

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