#C3A8B4

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

Shades of Lily #C3A8B4

Tints of Lily #C3A8B4

Color information

#C3A8B4 (or 0xC3A8B4) is unknown color: approx Lily. HEX triplet: C3, A8 and B4. RGB value is (195,168,180). Sum of RGB (Red+Green+Blue) = 195+168+180=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A8B4 is #3C574B. Grayscale: #B1B1B1. Windows color (decimal): -3954508 or 11839683. OLE color: 11839683.

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

Color convert

RGB195168180-
CMYK00.140.080.24
HSL333.33º18.37%71.18%-
HSV(B)333.33º13.85%76.47%-
XYZ44.7542.949.1-
YUV177.44129.45140.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=35.91%
G=30.94%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516818000.140.080.24333.3318.3771.18
HexC3A8B40E81814d1247
Octal303250264016103051522107
Binary11000011101010001011010001110100011000101001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8B4; }

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

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

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

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

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

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

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

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